#188: create DB and load structure

This commit is contained in:
Vokhmin Alexey V 2013-06-14 17:54:57 +04:00
parent ae634baf96
commit 39213c167f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +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
- bundle exec rake db:create db:structure:load db:migrate
branches:
only:
# - master