mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "Don't run Rails migration on Travis for QUNIT only tests."
This reverts commit 238d83c6e6.
This commit is contained in:
@@ -55,7 +55,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"
|
||||
|
||||
Reference in New Issue
Block a user