Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-04 23:02:35 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-04 23:05:09 +0400
commitc180454e95e72ff0e41d19130b7cc6cf99a72e0d (patch)
tree936093dbeb19187c1c09d3965e5b381d35fc5422 /.travis.yml
parentf2f96f36aad2e6ce0df4c09f2f9f50309ff0350a (diff)
Drop database before creating it? Checking for collation problems.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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"