replace db:create with db:setup
This commit is contained in:
parent
c974990206
commit
1a9fa621cf
|
@ -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
|
Loading…
Reference in New Issue