diff --git a/.travis.yml b/.travis.yml index 98c2faa..dccaec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake db:schema:load test" +script: "bundle exec rake db:migrate test" rvm: - 1.8.7 - 1.9.2