mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix 2.3.0 version abd remove ruby 2.1 from travis test matrix
This commit is contained in:
parent
999df6fe86
commit
957c35f580
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,8 @@ language: ruby
|
|||
sudo: false
|
||||
rvm:
|
||||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.3.0
|
||||
- jruby-9.0.3.0
|
||||
- rbx-2
|
||||
gemfile:
|
||||
|
@ -18,7 +17,7 @@ matrix:
|
|||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: 1.9.3
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
rvm: 2.3
|
||||
rvm: 2.3.0
|
||||
- gemfile: Gemfile
|
||||
rvm: 2.2
|
||||
env: CAPYBARA_CHROME=true
|
||||
|
|
Loading…
Add table
Reference in a new issue