diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:21:13 -0500 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 22:21:13 -0500 |
commit | e0314cbbfff964411e3ce063983e81b2d5e1e1eb (patch) | |
tree | c90a99009304b07fa388c261a1d36fd91fc65ba4 /.travis.yml | |
parent | 74cff8b1198dccd18c99bacc4aec3f597375a8db (diff) | |
download | chef-zero-e0314cbbfff964411e3ce063983e81b2d5e1e1eb.tar.gz |
Allow failure on 1.8.7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0812e87..754ce3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,6 @@ rvm: script: bundle exec rake spec matrix: allow_failures: - - rvm: jruby-19mode + - rvm: + - 1.8.7 # We support 1.8.7, but chef-pedant doesn't + - jruby-19mode # Mixlib Shellout uses fork+exec |