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:
Thorsten Böttger 2012-08-27 20:52:45 +12:00
parent 00ed5cd3d2
commit ace2982c3a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode