diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-19 11:13:49 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-19 11:13:49 -0700 |
commit | 3b395d65908233e9c9bdaba728201b79b4968402 (patch) | |
tree | 223d8a93c24bd522d5157450939aab257b7148c1 /.travis.yml | |
parent | 1b2bcba4cbbfebae3bb962357155a40dd195c17f (diff) | |
download | chef-3b395d65908233e9c9bdaba728201b79b4968402.tar.gz |
Disable halite testing in travis again
This snuck back in
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 078832e633..739b630ff9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -367,7 +367,7 @@ matrix: - env: TEST_GEM: poise/halite script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec - rvm: 2.5.5 + rvm: 2.6.2 notifications: on_change: true |