mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
currently Travis CI fails while trying to test using JRuby, because of some issues with installing the sqlite gem; temp disabled for now
This commit is contained in:
parent
00ed5cd3d2
commit
ace2982c3a
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- jruby-18mode # JRuby in 1.8 mode
|
# - jruby-18mode # JRuby in 1.8 mode
|
||||||
- jruby-19mode # JRuby in 1.9 mode
|
# - jruby-19mode # JRuby in 1.9 mode
|
||||||
- rbx-18mode
|
- rbx-18mode
|
||||||
- rbx-19mode
|
- rbx-19mode
|
||||||
|
|
Loading…
Reference in a new issue