Skip to content

Commit

Permalink
Merge pull request #1342 from jnicklas/travis_speedup
Browse files Browse the repository at this point in the history
parallelize bundler and use system libraries with nokogiri
  • Loading branch information
twalpole committed Jun 20, 2014
2 parents 5db902a + b7913fb commit 1276a78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 1276a78

Please sign in to comment.