No need to run migration for QUNIT tests on Travis.
This commit is contained in:
parent
4101db8b36
commit
9d20fbb940
|
@ -54,7 +54,7 @@ before_install:
|
||||||
- eslint test/javascripts
|
- eslint test/javascripts
|
||||||
|
|
||||||
before_script:
|
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:
|
install:
|
||||||
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"
|
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"
|
||||||
|
|
Loading…
Reference in New Issue