From 5b5a25a03abda1659475574a3076bf80eac36295 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 12 Oct 2014 15:47:01 -0700 Subject: [PATCH] Install with multiple jobs. [ci skip] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d80b437c..2b43a7cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby cache: bundler install: - script/rebund download -- travis_retry bundle install --path vendor/bundle +- travis_retry bundle install --path vendor/bundle -j8 rvm: - 2.1 - 2.0