1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #12295 from gaurish/patch-2

Allow failures in jruby-head
This commit is contained in:
Guillermo Iguaran 2013-09-19 22:03:27 -07:00
commit 3b16d1f1a1

View file

@ -15,7 +15,7 @@ env:
- "GEM=ar:postgresql" - "GEM=ar:postgresql"
matrix: matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - rvm: jruby-head
- rvm: rbx-19mode - rvm: rbx-19mode
notifications: notifications:
email: false email: false