summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-05 12:49:04 -0800
committerTim Smith <tsmith@chef.io>2019-02-05 12:49:04 -0800
commitdb704ff73d02d1deb5817f472ba5d370d5d68f62 (patch)
tree411ed696e2510015a0e1ad006d039dd37939475e
parent55df9804f9b25f0ae20c81f2d9a2160efa2e9ea2 (diff)
downloadchef-db704ff73d02d1deb5817f472ba5d370d5d68f62.tar.gz
Allow halite to fail in chef-14 for now
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1243ac5fcf..b63b5426de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -380,6 +380,10 @@ matrix:
env:
- RSPEC_OPENSUSELEAP=42
- KITCHEN_YAML=kitchen.travis.yml
+ - env:
+ TEST_GEM: poise/halite
+ script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
+ rvm: 2.5.3
notifications:
on_change: true