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:
parent
50acb7f16c
commit
0aa1f5d675
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue