summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-02-17 13:52:40 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2016-02-17 13:52:40 -0800
commitc26fee12bd2964e0942413509b6de8c72f29b0b9 (patch)
treed53a27e033fb95c9ea33627a797127f68242de75
parent6e434aa997312538302b9c87dda479840cb47f46 (diff)
downloadchef-c26fee12bd2964e0942413509b6de8c72f29b0b9.tar.gz
pull latest nightly instead of latest release
if we're dependent upon fixing something in the omnibus build (i.e. the shipped version of appbundler) it makes sense to install over the latest nightly rather than the latest release.
-rw-r--r--kitchen-tests/.kitchen.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index 2c3de60108..af120b0334 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -11,6 +11,8 @@ driver:
provisioner:
name: chef_github
+ chef_omnibus_url: "https://omnitruck.chef.io/current/install.sh"
+ chef_omnibus_install_options: "-n"
github_owner: "chef"
github_repo: "chef"
refname: <%= ENV['TRAVIS_COMMIT'] %>