mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
oops, missed some --
This commit is contained in:
parent
19b36dea43
commit
e1eea7e73d
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ before_script:
|
|||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- bundle exec rake db:migrate
|
||||
|
||||
bundler_args: --without development --deployment --retry=3 jobs=3
|
||||
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 a new issue