Merge pull request #2952 from joshk/patch-2

faster and more stable bundle installing
This commit is contained in:
Sam 2014-11-11 09:30:31 +11:00
commit 37aada7e6a
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ before_script:
- psql -c 'create database discourse_test;' -U postgres
- bundle exec rake db:migrate
bundler_args: --without development --deployment
bundler_args: --without development --deployment --retry=3 --jobs=3
script: 'bundle exec rspec && bundle exec rake plugin:spec && bundle exec rake qunit:test'