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:
parent
a4fc9d96f7
commit
fe2604d4cd
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue