1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

update ruby versions tested with on travis

This commit is contained in:
Thomas Walpole 2014-10-13 10:36:53 -07:00
parent a4fc9d96f7
commit fe2604d4cd

View file

@ -2,7 +2,7 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.3
- jruby-19mode
- rbx-2
gemfile:
@ -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: