Added testing in JRuby for Travis.

This commit is contained in:
Kevin Menard 2013-10-21 18:24:54 -04:00
parent 81d0f14a67
commit 0ccdea7092
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,8 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
script: bundle exec rake travis
@ -22,6 +24,10 @@ matrix:
gemfile: Gemfile.1.8.7
- rvm: 2.0.0
gemfile: Gemfile.1.8.7
- rvm: jruby-18mode
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: Gemfile.1.8.7
notifications:
email: false