Use schema.rb instead of migrations on Travis

This commit is contained in:
Helge Rausch
2014-08-21 09:44:36 +02:00
parent da1bd29a5f
commit 23a00bb1bb

View File

@@ -17,5 +17,5 @@ before_script:
# script: "bundle install" # this is automatically run by travis-ci
services:
- redis-server
script: "bundle exec rake --trace db:migrate test"
script: "bundle exec rake --trace db:setup test"