From fe67911e32c74556646f455f6df1b4c4678716e2 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 14 Apr 2015 12:54:48 +0300 Subject: [PATCH] Reset Travis database --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8247d1340..2dd3a99b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,8 @@ before_script: - cp config/application-example.yml config/application.yml - cp config/secrets-example.yml config/secrets.yml - cp config/database-travis.yml config/database.yml - - RAILS_ENV=test bundle exec rake db:all:schema:load - - RAILS_ENV=test bundle exec rake db:seed + - RAILS_ENV=test bundle exec rake db:all:drop + - RAILS_ENV=test bundle exec rake db:all:setup - RAILS_ENV=test bundle exec rake zonefile:replace_procedure script: - RAILS_ENV=test bundle exec rake