1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update rubies; Remove BUNDLE_JOBS as it's not respected by Travis

This commit is contained in:
Andrey Botalov 2015-01-17 20:16:16 +03:00
parent bcde288585
commit f7d988400f

View file

@ -2,7 +2,8 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.3
- 2.1
- 2.2
- jruby-19mode
- rbx-2
gemfile:
@ -12,15 +13,14 @@ matrix:
- gemfile: gemfiles/Gemfile.base-versions
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.2.0-preview1
rvm: 2.2
allow_failures:
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.2.0-preview1
rvm: 2.2
- gemfile: Gemfile
rvm: jruby-19mode
env:
global:
- BUNDLE_JOBS=4
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
before_install: