Allow JRuby to fail for now.
This commit is contained in:
parent
422832fd68
commit
56f22c311e
|
@ -12,6 +12,11 @@ rvm:
|
|||
- rbx-2.2
|
||||
- jruby
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
# JRuby is allowed to fail until Racc has a pure Java port.
|
||||
- rvm: jruby
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in New Issue