summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index a6c9614b09..4d0626ee52 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,10 +112,11 @@ matrix:
TEST_GEM: chef/knife-windows
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec
rvm: 2.5.1
- - env:
- TEST_GEM: poise/poise
- script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
- rvm: 2.5.1
+ # disable this pending a Chef 14 compat version of poise
+ # - env:
+ # TEST_GEM: poise/poise
+ # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec
+ # rvm: 2.5.1
### START TEST KITCHEN ONLY ###
#
- rvm: 2.4.4