From 3350839d2e7ae0c30714b1b2e1f6481bdae23fbf Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 8 Jun 2011 03:16:42 -0700 Subject: [PATCH] Use db:schema:load task instead of db:migrate Migrations can break over time but schemas are forever. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dccaec1..98c2faa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -script: "bundle exec rake db:migrate test" +script: "bundle exec rake db:schema:load test" rvm: - 1.8.7 - 1.9.2