Run qunit test for wizard on Travis.

This commit is contained in:
Guo Xiang Tan 2018-10-09 16:10:49 +08:00
parent 9d2f855790
commit 1d2b48557c
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ script:
else else
if [ '$QUNIT_RUN' == '1' ]; then if [ '$QUNIT_RUN' == '1' ]; then
bundle exec rake qunit:test['500000'] && \ bundle exec rake qunit:test['500000'] && \
bundle exec rake qunit:test['500000','/wizard/qunit'] && \
bundle exec rake plugin:qunit bundle exec rake plugin:qunit
else else
bundle exec rspec && bundle exec rake plugin:spec bundle exec rspec && bundle exec rake plugin:spec