1
0
Fork 0
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:
Nat Welch 2013-12-26 17:19:33 -08:00
commit 60e9268cb4

View file

@ -9,6 +9,7 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-18mode
- jruby-19mode
- jruby-head
@ -25,6 +26,8 @@ matrix:
gemfile: Gemfile.1.8.7
- rvm: 2.0.0
gemfile: Gemfile.1.8.7
- rvm: 2.1.0
gemfile: Gemfile.1.8.7
- rvm: jruby-18mode
gemfile: Gemfile
- rvm: jruby-19mode