summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-19 18:53:30 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:53:30 -0500
commitb1e61b22e0858eb672c19c2735417d62f6288d4f (patch)
treefceefb0cd987a25512cd1df33f9a0bc9fd78fe79 /.travis.yml
parent91f8720ea6ea7394b70d533e62273249781694ec (diff)
downloadchef-zero-b1e61b22e0858eb672c19c2735417d62f6288d4f.tar.gz
Allow failure on JRuby
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 484a4c3..45acf6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,6 @@ rvm:
- 2.0.0
- jruby-19mode
script: bundle exec rake spec
+matrix:
+ allow_failures:
+ - rvm: jruby-19mode