mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:43:15 +08:00
faster and more stable bundle installing
This commit is contained in:
parent
067f552cd5
commit
19b36dea43
|
@ -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
Block a user