diff --git a/.travis.yml b/.travis.yml index 2775d03b45e..e4f402f801c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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