aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-01-08 03:12:10 +0800
committerGuo Xiang Tan <tgx_world@hotmail.com>2015-01-10 00:03:39 +0800
commitbe6874fb63d019087ab8661c444afd2d8121cdb1 (patch)
tree4915573d747686c7a3a8a07f0da28f012dc976fa /.travis.yml
parent9892d445bcff57f0a8bd8eb467cb7bf8c40a285b (diff)
downloadrails-be6874fb63d019087ab8661c444afd2d8121cdb1.tar.gz
rails-be6874fb63d019087ab8661c444afd2d8121cdb1.tar.bz2
rails-be6874fb63d019087ab8661c444afd2d8121cdb1.zip
Use parallel bundler install.
Travis recommends a default of 3. See: http://docs.travis-ci.com/user/languages/ruby/#Default-Test-Script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ab7d968852..e4ed59d4a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ notifications:
on_failure: always
rooms:
- secure: "YA1alef1ESHWGFNVwvmVGCkMe4cUy4j+UcNvMUESraceiAfVyRMAovlQBGs6\n9kBRm7DHYBUXYC2ABQoJbQRLDr/1B5JPf/M8+Qd7BKu8tcDC03U01SMHFLpO\naOs/HLXcDxtnnpL07tGVsm0zhMc5N8tq4/L3SHxK7Vi+TacwQzI="
-bundler_args: --without test
+bundler_args: --without test --jobs 3 --retry 3
services:
- memcached
- redis