1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

allowing JRuby and Rubinius builds to fail (without breaking the entire build)

This commit is contained in:
Thorsten Böttger 2013-11-27 23:27:36 +01:00
parent 50acb7f16c
commit 0aa1f5d675

View file

@ -5,6 +5,10 @@ rvm:
- 1.9.3
- 2.0.0
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- jruby-19mode # JRuby in 1.9 mode
- rbx-2.2.1
services: mongodb
matrix:
allow_failures:
- rvm: rbx-2.2.1
- rvm: jruby-19mode