mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
test with ruby 2.3
This commit is contained in:
parent
343f851ee0
commit
999df6fe86
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ rvm:
|
|||
- 2.0.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
- jruby-9.0.3.0
|
||||
- rbx-2
|
||||
gemfile:
|
||||
|
@ -17,7 +18,7 @@ matrix:
|
|||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: 1.9.3
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
rvm: 2.2
|
||||
rvm: 2.3
|
||||
- gemfile: Gemfile
|
||||
rvm: 2.2
|
||||
env: CAPYBARA_CHROME=true
|
||||
|
|
Loading…
Add table
Reference in a new issue