diff --git a/.travis.yml b/.travis.yml index b8b2dad4f05..94f2d2957a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ before_install: - eslint test/javascripts before_script: - - bundle exec rake db:create db:migrate + - 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"