summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-02-26 17:19:36 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2017-02-26 17:19:36 -0800
commitd8f26c9817de1f70093a5921eb424be47031a107 (patch)
treec118b453c48259b5074fcc64ad9d2aec5c255e9b
parent6dd5f2fe6c7d2fcee5afd26252c5dbae449d5cf5 (diff)
downloadchef-d8f26c9817de1f70093a5921eb424be47031a107.tar.gz
disable chefspec testing
it needs fixing for chef-13 backcompat breaks (all those deprecation warnings in its logs turn out to be bad) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.travis.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index ed7fffc22b..279dcd0929 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -80,17 +80,17 @@ matrix:
TEST_GEM: cheffish
script: tasks/bin/run_external_test $TEST_GEM rake spec
rvm: 2.3.3
- - env:
- TEST_GEM: chefspec
- # The chefspec tests + bundler cache + "gem update --system" interact badly :/
- # (Cucumber doesn't start.)
- before_install:
- - gem uninstall bundler -a -x
- - rvm @global do gem uninstall bundler -a -x
- - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
- - bundle config --local without server:docgen:maintenance:omnibus_package:development:ruby_prof:pry
- script: tasks/bin/run_external_test $TEST_GEM rake
- rvm: 2.3.3
+ #- env:
+ # TEST_GEM: chefspec
+ ## The chefspec tests + bundler cache + "gem update --system" interact badly :/
+ ## (Cucumber doesn't start.)
+ #before_install:
+ # - gem uninstall bundler -a -x
+ # - rvm @global do gem uninstall bundler -a -x
+ # - gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
+ # - bundle config --local without server:docgen:maintenance:omnibus_package:development:ruby_prof:pry
+ #script: tasks/bin/run_external_test $TEST_GEM rake
+ #rvm: 2.3.3
- env:
TEST_GEM: foodcritic
script: tasks/bin/run_external_test $TEST_GEM rake test