diff options
author | Tim Smith <tsmith@chef.io> | 2019-02-05 16:12:46 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-02-05 16:12:46 -0800 |
commit | 1a841cfc368952cc540d056eb900d022f091c339 (patch) | |
tree | 855d9a7e9ba7962734c5b7567fdd91bd8c5a9794 | |
parent | a2709f4b3f95e85e99f7077ba172f20a0a2e6aa1 (diff) | |
download | chef-1a841cfc368952cc540d056eb900d022f091c339.tar.gz |
Remove extra knife-windows test and foodcritic
Foodcritic wants the latest ohai so it's not going to work with the old ruby we have here.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index ee8369ec21..82a4b663e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,10 +101,6 @@ matrix: script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake rvm: 2.4.5 - env: - TEST_GEM: foodcritic/foodcritic - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake test - rvm: 2.4.5 - - env: TEST_GEM: poise/halite script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec rvm: 2.4.5 @@ -112,14 +108,7 @@ matrix: TEST_GEM: chef/knife-windows script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec rvm: 2.4.5 - # - env: - # TEST_GEM: poise/poise - # script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec - # rvm: 2.4.5 - - env: - TEST_GEM: chef/knife-windows - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec - rvm: 2.4.5 + ### START TEST KITCHEN ONLY ### - rvm: 2.4.5 services: docker |