From e6f41da015c1657a9427e683133c82d83068ace3 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 14 Jun 2011 07:45:03 -0700 Subject: [PATCH] Revert "Use db:schema:load task instead of db:migrate" This reverts commit 3350839d2e7ae0c30714b1b2e1f6481bdae23fbf. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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