diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ebd25b7dae..e7f082afd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,6 +99,9 @@ matrix: TEST_GEM: halite script: tasks/bin/run_external_test $TEST_GEM rake spec rvm: 2.3.3 + # this has been broken for some time and running incorrectly, see: + # + # see https://github.com/chef/knife-windows/pull/421 #- env: # TEST_GEM: knife-windows #script: tasks/bin/run_external_test $TEST_GEM rake unit_spec |