mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 20:48:55 +08:00
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…
x
Reference in New Issue
Block a user