From c180454e95e72ff0e41d19130b7cc6cf99a72e0d Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Mon, 4 Jul 2011 12:02:35 -0700 Subject: [PATCH] Drop database before creating it? Checking for collation problems. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b2e8f8b17..95e2b02b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ rvm: before_script: - "sass --update public/stylesheets/sass/:public/stylesheets/" - "cp config/database.yml.example config/database.yml" + - "rake db:drop" - "rake db:create" - "rake db:schema:load" - "rspec spec --tag fixture"