summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-05-03 16:44:31 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-05-03 16:44:31 -0700
commit5cc8634d654bcbafdf0ced8e0f88586a7cc6ce70 (patch)
treed61c7861b578a1df08b35ba9edc6d42858f1b0db
parent9c86d2b41f6373b1c2d891a3d2117ba318a78d40 (diff)
downloadchef-lcg/install-current-from-omnitruck.tar.gz
go back to using omnitruck to installlcg/install-current-from-omnitruck
i like the reliability of omnitruck over the docker installs better. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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'] %>