From ba541ada8533cca99190d08533a1786911d85994 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 17 Jul 2017 14:47:27 +0900 Subject: [PATCH] Fix .travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2949ce67adc..5eff81a2aed 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 + - bash -c "if [ '$QUNIT_RUN' == '0' ]; then bundle exec rake db:create db:migrate; fi" install: - bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"