diff options
author | Thom May <thom@chef.io> | 2017-03-07 18:30:06 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-03-07 18:30:06 +0000 |
commit | 850ae97bfb716f16e29582df96d819508e459edb (patch) | |
tree | 74e96b582981b0eab3d4a1fcc5c8131887002591 /.travis.yml | |
parent | 5dc375d6dd7acb1d32f06b3ee663201d0a119ccf (diff) | |
download | chef-850ae97bfb716f16e29582df96d819508e459edb.tar.gz |
Remove provisioning from the downstream teststm/no_provisioning_tests
Signed-off-by: Thom May <thom@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 e7f082afd8..06240402e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,10 +65,6 @@ matrix: # External tests # - env: - TEST_GEM: chef-provisioning - script: tasks/bin/run_external_test $TEST_GEM rake spec - rvm: 2.3.3 - - env: TEST_GEM: chef-sugar script: tasks/bin/run_external_test $TEST_GEM rake rvm: 2.3.3 |