Merge pull request #2952 from joshk/patch-2
faster and more stable bundle installing
This commit is contained in:
commit
37aada7e6a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue