mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 23:50:02 +01:00
replace db:create with db:setup
This commit is contained in:
parent
c974990206
commit
1a9fa621cf
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue