1
0
Fork 0
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:
Joshua Clayton 2016-04-01 11:05:57 -04:00
parent 1d53c1659e
commit f83260e800

View file

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