mirror of
https://github.com/discourse/discourse.git
synced 2025-03-27 02:37:24 +08:00
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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user