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:
commit
755f46f418
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue