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:
Erik Michaels-Ober 2012-03-21 11:11:06 -07:00
parent 69b01ca270
commit 6e6016480b
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ rvm:
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
# - jruby-19mode
- rbx-18mode
- rbx-19mode