Skip to content

Commit

Permalink
⬆️ Update ChefDK version for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Apr 26, 2016
1 parent bcf2b81 commit 6f46d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ install: echo "skip bundle install"
# Ensure we make ChefDK's Ruby the default
before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
# update foodcritic version to prevent false-postiive detection
# https://github.com/acrmp/foodcritic/pull/423
# TODO: Remove when 6.0.1 is included in ChefDK stable
- chef gem install foodcritic -v '6.0.1'
- chef gem install coveralls -v '~> 0.8.13'

script:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:

dependencies:
override:
- curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -P chefdk -v 0.12.0
- curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -P chefdk -v 0.13
- chef gem install kitchen-docker -v '~> 2.3.0'
cache_directories:
- "~/.chefdk"
Expand Down

0 comments on commit 6f46d31

Please sign in to comment.