diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-21 18:47:13 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-21 18:47:13 -0700 |
commit | f6f9f3c0cde1829e09e095796dc7f50700fec5aa (patch) | |
tree | 284c3a22ea8125f690cb5a3e069df19b9706a403 /.travis.yml | |
parent | f3698119a48d4706bccd4767f3c50f0820f9ae5c (diff) | |
download | chef-f6f9f3c0cde1829e09e095796dc7f50700fec5aa.tar.gz |
Remove duplicate knife-windows travis testingavoid_double_test
Not sure how this got in there, but we certainly don't need it.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index f0dcf4430a..a6c9614b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,10 +116,6 @@ matrix: TEST_GEM: poise/poise script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec rvm: 2.5.1 - - env: - TEST_GEM: chef/knife-windows - script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake unit_spec - rvm: 2.5.1 ### START TEST KITCHEN ONLY ### # - rvm: 2.4.4 |