From 15395bb94403bd5f2ecb2d9887573cca58801b1f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 26 Oct 2016 21:34:38 +0100 Subject: [PATCH] Reset database before running tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3737f2d1c..ad8f7e599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ before_script: script: - bundle exec rubocop -f fuubar - bundle exec rake jshint - - bundle exec rake test + - bundle exec rake test:db -- 2.43.2