parallelize jobs and use system libraries with nokogiri

This commit is contained in:
Thomas Walpole 2014-06-19 16:26:12 -07:00
parent 6ba0c70ade
commit b7913fb7c4
1 changed files with 4 additions and 0 deletions

View File

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