From 653ef56dc7d8998c52ebecac171227e8da64f553 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 17 Jul 2017 15:37:32 +0900 Subject: [PATCH] Revert "Don't run Rails migration on Travis for QUNIT only tests." This reverts commit 238d83c6e6e3d31d69558ec16891596be1ffb6b5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2949ce67adc..e31fd1e742a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"