replace db:create with db:setup

This commit is contained in:
schisma 2015-05-10 22:24:58 +02:00
parent c974990206
commit 1a9fa621cf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: ruby
rvm: 2.1
before_script:
- bundle exec rake db:create
- cp config/database.yml.postgres config/database.yml
- cp config/justask.yml.example config/justask.yml
- bundle exec rake db:setup
- bundle exec rake db:migrate