From b7913fb7c47f92bd968e420a91031c3813324b84 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 19 Jun 2014 16:26:12 -0700 Subject: [PATCH] parallelize jobs and use system libraries with nokogiri --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba0fda4f..805a7911 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)