mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
parallelize jobs and use system libraries with nokogiri
This commit is contained in:
parent
6ba0c70ade
commit
b7913fb7c4
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ matrix:
|
|||
rvm: 2.1.2
|
||||
- gemfile: Gemfile
|
||||
rvm: jruby-19mode
|
||||
env:
|
||||
global:
|
||||
- BUNDLE_JOBS=4
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
|
||||
before_install:
|
||||
- CHROMEDRIVER_VERSION=$(wget -q -O - http://chromedriver.storage.googleapis.com/LATEST_RELEASE)
|
||||
|
|
Loading…
Reference in a new issue