Skip to content

Commit

Permalink
Merge pull request teamcapybara#1422 from jnicklas/ruby_versions
Browse files Browse the repository at this point in the history
update ruby versions tested with travis
  • Loading branch information
twalpole committed Oct 13, 2014
2 parents fc56557 + fe2604d commit 1cf3a97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.3
- jruby-19mode
- rbx-2
gemfile:
Expand All @@ -12,10 +12,10 @@ matrix:
- gemfile: gemfiles/Gemfile.base-versions
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.1.2
rvm: 2.2.0-preview1
allow_failures:
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.1.2
rvm: 2.2.0-preview1
- gemfile: Gemfile
rvm: jruby-19mode
env:
Expand Down

0 comments on commit 1cf3a97

Please sign in to comment.