1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #2312 from nirvdrum/add_jruby_to_travis

Added testing in JRuby for Travis.
This commit is contained in:
Kevin Menard 2013-10-23 14:19:55 -07:00
commit 755f46f418

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