1
0
Fork 0
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:
Thomas Walpole 2015-12-28 09:35:55 -08:00
parent 343f851ee0
commit 999df6fe86

View file

@ -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