mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Running wrong type of plugin tests for qunit on travis.
This commit is contained in:
parent
a89f3160a5
commit
2f54eab9a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user