Running wrong type of plugin tests for qunit on travis.

This commit is contained in:
Guo Xiang Tan 2018-03-09 10:37:00 +08:00
parent a89f3160a5
commit 2f54eab9a6

View File

@ -70,7 +70,7 @@ script:
if [ '$QUNIT_RUN' == '1' ]; then
bundle exec rake qunit:test['400000'] && \
bundle exec rake plugin:spec
bundle exec rake plugin:qunit
else
bundle exec rspec && bundle exec rake plugin:spec
fi