ok now it's just me being stupid

This commit is contained in:
schisma 2015-05-10 22:10:36 +02:00
parent 0dfe4ffa57
commit c393cb419d
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ before_script:
- psql -c 'create database justask_test;' -U postgres - psql -c 'create database justask_test;' -U postgres
- cp config/database.yml.postgres config/database.yml - cp config/database.yml.postgres config/database.yml
- cp config/justask.yml.example config/justask.yml - cp config/justask.yml.example config/justask.yml
- bundle exec rake:db migrate - bundle exec rake db:migrate