From 10f34c7ca7b4df5495186cd8193628def1baef55 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 4 May 2017 15:24:06 +0800 Subject: [PATCH] Revert "No need to run migration for QUNIT tests on Travis." This reverts commit 9d20fbb940b57f2c088c1bac9e533b0ba6d0d4a7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 94f2d2957a5..b8b2dad4f05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"