travis env remake

This commit is contained in:
Yuki 2015-05-11 16:33:52 +05:30
parent 3d2b884b74
commit b556024454
1 changed files with 1 additions and 2 deletions

View File

@ -3,5 +3,4 @@ rvm: 2.1
before_script: before_script:
- 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:setup - bundle exec rake db:drop db:create db:migrate db:test:prepare
- bundle exec rake db:migrate