From 1091d101ef7147f06ec7626136177bda15bc08c4 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 11 Jul 2017 20:09:43 +0100 Subject: [PATCH] Load plugins for qunit travis tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5eaaec0902..e31fd1e742 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"