mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2511 from petergoldstein/feature/add_ruby_2_1_0_to_travis
Add Ruby 2.1.0 to the test matrix
This commit is contained in:
commit
60e9268cb4
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.0
|
||||||
- jruby-18mode
|
- jruby-18mode
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
- jruby-head
|
- jruby-head
|
||||||
|
@ -25,6 +26,8 @@ matrix:
|
||||||
gemfile: Gemfile.1.8.7
|
gemfile: Gemfile.1.8.7
|
||||||
- rvm: 2.0.0
|
- rvm: 2.0.0
|
||||||
gemfile: Gemfile.1.8.7
|
gemfile: Gemfile.1.8.7
|
||||||
|
- rvm: 2.1.0
|
||||||
|
gemfile: Gemfile.1.8.7
|
||||||
- rvm: jruby-18mode
|
- rvm: jruby-18mode
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
|
|
Loading…
Reference in a new issue