Skip to content

Commit

Permalink
Turns out Bundler does respect BUNDLE_JOBS
Browse files Browse the repository at this point in the history
It was buried. Give it a try again.
  • Loading branch information
jc00ke committed Nov 14, 2014
1 parent 8073ffe commit b535688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ before_install:
# Only use 1 job until Travis fixes the rbx --jobs issue.
- if [ "$TRAVIS_RUBY_VERSION" == "rbx-2" ] ; then export BUNDLE_JOBS=1 ; fi
- ruby ci/copy_database_config.rb
install: bundle install --retry=3 --jobs="$BUNDLE_JOBS"
install: bundle install --retry=3

before_script:
- mysql -e 'create database calagator_test;'
Expand Down

0 comments on commit b535688

Please sign in to comment.