Allow travis to fail on jruby

Sometimes it does randomly
This commit is contained in:
Eric Hodel 2014-04-24 14:46:48 -07:00
parent 8398cd8d8a
commit fddc5e97ad
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ rvm:
- 2.1.0
- jruby
script: ruby -Ilib bin/rake
matrix:
allow_failures:
- rvm: jruby