mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
Revert "No need to run migration for QUNIT tests on Travis."
This reverts commit 9d20fbb940
.
This commit is contained in:
parent
9d20fbb940
commit
10f34c7ca7
|
@ -54,7 +54,7 @@ before_install:
|
|||
- eslint test/javascripts
|
||||
|
||||
before_script:
|
||||
- bash -c "if [ '$QUNIT_RUN' == '0' ]; then bundle exec rake db:create db:migrate; fi"
|
||||
- bundle exec rake db:create db:migrate
|
||||
|
||||
install:
|
||||
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"
|
||||
|
|
Loading…
Reference in New Issue
Block a user