laziness fix

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

View File

@ -1,7 +1,7 @@
language: ruby
rvm: 2.1
before_script:
- psql -c 'create database justask_test;' -U postgres
- bundle exec rake db:create
- cp config/database.yml.postgres config/database.yml
- cp config/justask.yml.example config/justask.yml
- bundle exec rake db:migrate