From 66aa8691eda5b5efbd4922175fcd9ff56dbf9173 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 21 Dec 2017 16:03:43 +0800 Subject: [PATCH] Fix JS travis tests incorrectly passing. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b44d4121671..7eb40ed6b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ script: bundle exec rake db:create db:migrate if [ '$QUNIT_RUN' == '1' ]; then - 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