mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 07:54:42 +08:00
Running wrong type of plugin tests for qunit on travis.
This commit is contained in:
@ -70,7 +70,7 @@ script:
|
|||||||
|
|
||||||
if [ '$QUNIT_RUN' == '1' ]; then
|
if [ '$QUNIT_RUN' == '1' ]; then
|
||||||
bundle exec rake qunit:test['400000'] && \
|
bundle exec rake qunit:test['400000'] && \
|
||||||
bundle exec rake plugin:spec
|
bundle exec rake plugin:qunit
|
||||||
else
|
else
|
||||||
bundle exec rspec && bundle exec rake plugin:spec
|
bundle exec rspec && bundle exec rake plugin:spec
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user