[jruby] Ignore failures until fully supported

JRuby is now being tested but does not pass yet so I'm ignoring the
failures in Travis until support is finalised.
This commit is contained in:
Paul Thornthwaite 2013-10-24 12:28:26 +01:00
parent 77d17085f2
commit 2c3cf32026
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ rvm:
script: bundle exec rake travis
matrix:
allow_failures:
- rvm: jruby-18mode
gemfile: Gemfile.1.8.7
- rvm: jruby-19mode
gemfile: Gemfile
exclude:
- rvm: 1.8.7
gemfile: Gemfile