mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Only test base versions with 1.9.3
Doesn't seem to be a huge amount of gain in testing the base versions with multiple ruby versions currently
This commit is contained in:
parent
e8def5dfb1
commit
a81e8e0fef
1 changed files with 2 additions and 7 deletions
|
@ -7,17 +7,12 @@ rvm:
|
|||
- rbx
|
||||
gemfile:
|
||||
- Gemfile
|
||||
- gemfiles/Gemfile.base-versions
|
||||
matrix:
|
||||
include:
|
||||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: 1.9.3
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
rvm: 2.1.1
|
||||
exclude:
|
||||
# Nokogiri 1.3.3 is not compatible with Rubinius or JRuby
|
||||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: rbx
|
||||
- gemfile: gemfiles/Gemfile.base-versions
|
||||
rvm: jruby-19mode
|
||||
allow_failures:
|
||||
- gemfile: gemfiles/Gemfile.beta-versions
|
||||
rvm: 2.1.1
|
||||
|
|
Loading…
Add table
Reference in a new issue