#188: create test DB
This commit is contained in:
parent
05012ae52b
commit
ae634baf96
|
@ -9,6 +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
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
# - master
|
# - master
|
||||||
|
|
Loading…
Reference in New Issue