diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-01 12:15:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 12:15:30 -0700 |
commit | b7ff360253e45f824b47c5ac5e194739fdf12314 (patch) | |
tree | 8752d269138d05e651422c27695a59bcd0ed772a | |
parent | 3c9c4a8ebbc7e4a7d29e4803f1a518dc71887817 (diff) | |
parent | cde2fcdde15fc829a3942754f9cdb3bbdc5dc013 (diff) | |
download | chef-b7ff360253e45f824b47c5ac5e194739fdf12314.tar.gz |
Merge pull request #8447 from chef/remove_poise
Remove poise halite testing from Travis
-rw-r--r-- | .travis.yml | 8 |
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 |