diff options
author | John Keiser <john@johnkeiser.com> | 2015-11-16 19:24:16 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-11-17 09:20:34 -0800 |
commit | 2d786b751c2a35902fdc7611249d02f42829455c (patch) | |
tree | cb8721caa7805129acaaf2662c466b7942933534 /.travis.yml | |
parent | d75e3ed39d4e0bcfe00a962bd46a4c2e870bb877 (diff) | |
download | chef-2d786b751c2a35902fdc7611249d02f42829455c.tar.gz |
Raise an error when a command fails
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 55b8aa7481..421f3fd764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,10 +53,11 @@ matrix: cache: env: "GEMFILE_MOD=\"gem 'chef-sugar'\"" script: bundle exec rake chef_sugar_spec - - rvm: 2.2 - cache: - env: "GEMFILE_MOD=\"gem 'chef-rewind'\"" - script: bundle exec rake chef_rewind_spec + # Requires vagrant + # - rvm: 2.2 + # cache: + # env: "GEMFILE_MOD=\"gem 'chef-rewind'\"" + # script: bundle exec rake chef_rewind_spec - rvm: 2.2 cache: env: "GEMFILE_MOD=\"gem 'foodcritic', github: 'acrmp/foodcritic', branch: 'v5.0.0'\"" @@ -69,9 +70,6 @@ matrix: cache: env: "GEMFILE_MOD=\"gem 'poise', github: 'poise/poise'\"" script: bundle exec rake poise_spec - # Not working yet: halite - # - rvm: 2.2 - # script: bundle exec rake poise_spec ### START TEST KITCHEN ONLY ### - rvm: 2.2 gemfile: kitchen-tests/Gemfile |