Use parallel bundler install.

Travis recommends a default of 3.
See: http://docs.travis-ci.com/user/languages/ruby/#Default-Test-Script
This commit is contained in:
Guo Xiang Tan 2015-01-08 03:12:10 +08:00
parent 9892d445bc
commit be6874fb63
1 changed files with 1 additions and 1 deletions

View File

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