#188: create DB and load structure
This commit is contained in:
parent
ae634baf96
commit
39213c167f
|
@ -9,7 +9,7 @@ before_install:
|
||||||
- gem --version
|
- gem --version
|
||||||
- cp config/database.yml.sample config/database.yml
|
- cp config/database.yml.sample config/database.yml
|
||||||
- cp config/application.yml.travis config/application.yml
|
- cp config/application.yml.travis config/application.yml
|
||||||
- psql -c 'create database rosa_build_test;' -U postgres
|
- bundle exec rake db:create db:structure:load db:migrate
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
# - master
|
# - master
|
||||||
|
|
Loading…
Reference in New Issue