diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-23 10:29:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-23 10:29:09 -0700 |
commit | d05d5d0a3b7eff0e3ec3f9aacdf8ce9b9c5d6eb5 (patch) | |
tree | ed0d9ce4ed839fd590c6a01a7a81f1c21c6b7036 /.travis.yml | |
parent | 596114efc5cae7f1927c5fa7b095f8912c3e2a20 (diff) | |
download | chef-d05d5d0a3b7eff0e3ec3f9aacdf8ce9b9c5d6eb5.tar.gz |
Disable testing of poise in travis for nowpoise
Disable this pending a Chef 14 compatible version of poise
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
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 |