Merge pull request #18390 from tgxworld/parallel_bundle_install

Use parallel bundler install.
This commit is contained in:
Rafael Mendonça França 2015-01-09 14:40:29 -02:00
parent b25efc0f39
commit 3c6e8e8987
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,6 @@ 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