Run core and plugin JS tests separately for now on Travis.

Plugin JS acceptance tests are randomly failing due to core tests.
This commit is contained in:
Guo Xiang Tan 2017-12-20 15:31:54 +08:00
parent 4986132e1b
commit ae75c19f4b

@ -67,7 +67,8 @@ script:
bundle exec rake db:create db:migrate
if [ '$QUNIT_RUN' == '1' ]; then
USE_CHROME=1 LOAD_PLUGINS=1 bundle exec rake qunit:test['400000']
bundle exec rake qunit:test['400000']
bundle exec rake plugin:spec
else
bundle exec rspec && bundle exec rake plugin:spec
fi