summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-04-23 19:14:48 +0100
committerGitHub <noreply@github.com>2018-04-23 19:14:48 +0100
commit0e5ad786acf652f9a537c8e5cb4dd7c6401c438e (patch)
tree8bbbe76bb2eea660d8a521ee6d4901e68c18b252
parent2aab5156720703be72ff1d8f2f8ca9012d1b62e9 (diff)
parentd05d5d0a3b7eff0e3ec3f9aacdf8ce9b9c5d6eb5 (diff)
downloadchef-0e5ad786acf652f9a537c8e5cb4dd7c6401c438e.tar.gz
Merge pull request #7176 from chef/poise
Disable testing of poise in travis for now
-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