#188: create test DB

This commit is contained in:
Vokhmin Alexey V 2013-06-14 17:43:24 +04:00
parent 05012ae52b
commit ae634baf96
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ before_install:
- gem --version
- cp config/database.yml.sample config/database.yml
- cp config/application.yml.travis config/application.yml
- psql -c 'create database rosa_build_test;' -U postgres
branches:
only:
# - master