Remove JRuby in 1.9 mode from the test matrix
The tests depend on at least one gem with native extensions (sqlite) that won't build on JRuby in 1.9 mode. :(
This commit is contained in:
parent
69b01ca270
commit
6e6016480b
|
@ -6,6 +6,6 @@ rvm:
|
|||
- 1.9.2
|
||||
- 1.9.3
|
||||
- jruby-18mode
|
||||
- jruby-19mode
|
||||
# - jruby-19mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
|
|
Loading…
Reference in New Issue