Drop database before creating it? Checking for collation problems.
This commit is contained in:
parent
f2f96f36aa
commit
c180454e95
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue