Sha256: 1f3eac57df0c51c3297319b609f3174706335912f2c9d6e1e85915bb56867803
Contents?: true
Size: 444 Bytes
Versions: 5
Compression:
Stored size: 444 Bytes
Contents
--- addons: apt: sources: - chef-current-precise packages: - chefdk install: echo "skipping bundle install" before_script: - eval "$(/opt/chefdk/bin/chef shell-init bash)" - cp -r test/chef .chef - openssl enc -d -aes-256-cbc -k $CLIENT_PASSPHRASE -in .chef/client.enc -out .chef/client.pem script: - chef --version - rubocop --version - foodcritic --version - rspec --version - rake --version - rake
Version data entries
5 entries across 5 versions & 1 rubygems