summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-05-01 11:58:47 -0700
committerTim Smith <tsmith@chef.io>2019-05-01 11:58:47 -0700
commitcde2fcdde15fc829a3942754f9cdb3bbdc5dc013 (patch)
treed8a75af0b30f5114ccf92e562759b3e9b4e41389
parent1ccfd07c8a943e2f3535d640954c863e75bfd38b (diff)
downloadchef-cde2fcdde15fc829a3942754f9cdb3bbdc5dc013.tar.gz
Remove poise halite testing from Travis
We're not going to see a release of halite that works with modern Chef releases. We're just consuming a slot of Travis for this to fail each run. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 48892c1dbe..18a12e654d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -102,10 +102,6 @@ matrix:
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake
rvm: 2.6.3
- env:
- TEST_GEM: poise/halite
- script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.6.3
- - env:
TEST_GEM: chef/knife-windows
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec
rvm: 2.6.3
@@ -358,10 +354,6 @@ matrix:
env:
- RSPEC_OPENSUSELEAP=42
- KITCHEN_YAML=kitchen.yml
- - env:
- TEST_GEM: poise/halite
- script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.6.3
notifications:
on_change: true