Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
try specifying chefdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mburns committed Mar 18, 2018
1 parent b8dadba commit 3f33663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
- TESTS="integration:docker[kibana4-apache-centos-741708]"
- TESTS="integration:docker[kibana4-nginx-centos-741708]"

before_install: curl -L https://www.getchef.com/chef/install.sh | sudo bash -s -- -P chefdk
before_install: curl -L https://www.getchef.com/chef/install.sh -v 1.3.43 | sudo bash -s -- -P chefdk
install: chef exec bundle install --jobs=3 --retry=3 --without='vagrant'

# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142455888
Expand Down

0 comments on commit 3f33663

Please sign in to comment.