Don't allow JRuby to fail on Travis anymore.
With the recent Racc release the test suite should be green from now on.
This commit is contained in:
parent
338aeeb514
commit
80d235bf06
|
@ -12,11 +12,6 @@ rvm:
|
||||||
- rbx-2.2
|
- rbx-2.2
|
||||||
- jruby
|
- jruby
|
||||||
|
|
||||||
matrix:
|
|
||||||
allow_failures:
|
|
||||||
# JRuby is allowed to fail until Racc has a pure Java port.
|
|
||||||
- rvm: jruby
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
Loading…
Reference in New Issue