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