mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
bundle install with jobs
This commit is contained in:
parent
1d53c1659e
commit
f83260e800
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
install:
|
install:
|
||||||
- "travis_retry bundle install"
|
- "travis_retry bundle install --jobs 8"
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/rails3.2.gemfile
|
- gemfiles/rails3.2.gemfile
|
||||||
- gemfiles/rails4.1.gemfile
|
- gemfiles/rails4.1.gemfile
|
||||||
|
|
Loading…
Reference in a new issue