Update circle.yml so that it works properly with postgresql

This commit is contained in:
gregoirenovel 2017-04-04 11:53:16 +02:00
parent 8015710db2
commit 8a424059f9

View file

@ -1,6 +1,7 @@
database:
override:
- bundle exec rake db:drop db:create db:migrate RAILS_ENV=test
- cp config/database.yml.ci config/database.yml
- bundle exec rake db:create db:schema:load db:migrate RAILS_ENV=test
deployment:
staging: