summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-19 22:21:13 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 22:21:13 -0500
commite0314cbbfff964411e3ce063983e81b2d5e1e1eb (patch)
treec90a99009304b07fa388c261a1d36fd91fc65ba4
parent74cff8b1198dccd18c99bacc4aec3f597375a8db (diff)
downloadchef-zero-e0314cbbfff964411e3ce063983e81b2d5e1e1eb.tar.gz
Allow failure on 1.8.7
-rw-r--r--.travis.yml4
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