Merge pull request #4971 from davidtaylorhq/travis-plugin-tests

Load plugins for qunit travis tests
This commit is contained in:
Guo Xiang Tan 2017-07-12 09:12:31 +09:00 committed by GitHub
commit e0285bc20e
1 changed files with 1 additions and 1 deletions

View File

@ -62,4 +62,4 @@ install:
- bash -c "if [ '$RAILS_MASTER' == '0' ]; then bundle install --without development --deployment --retry=3 --jobs=3; fi"
script:
- bash -c "if [ '$QUNIT_RUN' == '0' ]; then bundle exec rspec && bundle exec rake plugin:spec; else bundle exec rake qunit:test['200000']; fi"
- bash -c "if [ '$QUNIT_RUN' == '0' ]; then bundle exec rspec && bundle exec rake plugin:spec; else LOAD_PLUGINS=1 bundle exec rake qunit:test['200000']; fi"