summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-05-04 11:11:11 -0500
committerGitHub <noreply@github.com>2017-05-04 11:11:11 -0500
commit7145da71a4c61472fa96bb8e2100307d3d2fe624 (patch)
treed61c7861b578a1df08b35ba9edc6d42858f1b0db
parent9c86d2b41f6373b1c2d891a3d2117ba318a78d40 (diff)
parent5cc8634d654bcbafdf0ced8e0f88586a7cc6ce70 (diff)
downloadchef-7145da71a4c61472fa96bb8e2100307d3d2fe624.tar.gz
Merge pull request #6118 from chef/lcg/install-current-from-omnitruck
go back to using omnitruck to install
-rw-r--r--kitchen-tests/.kitchen.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 3dcc5c64a7..658851beb6 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -11,6 +11,9 @@ transport:
provisioner:
name: chef_github
root_path: /opt/kitchen
+ require_chef_omnibus: latest
+ chef_omnibus_url: "https://omnitruck.chef.io/install.sh"
+ chef_omnibus_install_options: "-c current"
github_owner: "chef"
github_repo: "chef"
refname: <%= ENV['TRAVIS_COMMIT'] %>