Fix .travis.yml.

This commit is contained in:
Guo Xiang Tan 2017-07-17 14:47:27 +09:00
parent 2ddf2e0e95
commit ba541ada85

View File

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