diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-28 22:36:16 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-28 22:52:54 -0800 |
commit | 96473006eb6c22b89098fbbe10ade6235d280661 (patch) | |
tree | cc53a399fe3b4782e3d442986884c0063a7e464f /.travis.yml | |
parent | b8ba371934c7df93d05e9a7304fba2ce1abae535 (diff) | |
download | chef-96473006eb6c22b89098fbbe10ade6235d280661.tar.gz |
Allow halite to fail for now
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 70e02c3613..9f944415fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -376,6 +376,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 |