Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 1ae8c54

Browse files
committed
newer chefdk
1 parent 1548637 commit 1ae8c54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ env:
2525
before_script:
2626
# https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142455888
2727
- sudo iptables -L DOCKER || sudo iptables -N DOCKER
28+
# ChefDK no longer available via APT repo
29+
- wget https://packages.chef.io/files/stable/chefdk/3.2.30/ubuntu/14.04/chefdk_3.2.30-1_amd64.deb
30+
- sudo dpkg -i chefdk_3.2.30-1_amd64.deb
2831
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
2932
- /opt/chefdk/bin/chef gem install kitchen-docker
3033

0 commit comments

Comments
 (0)