Revert "No need to run migration for QUNIT tests on Travis."

This reverts commit 9d20fbb940.
This commit is contained in:
Guo Xiang Tan 2017-05-04 15:24:06 +08:00
parent 9d20fbb940
commit 10f34c7ca7
1 changed files with 1 additions and 1 deletions

View File

@ -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"