From aa1aaaa0d84f044385923faea2bcecd424b9a31b Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 18:30:19 -0700 Subject: [PATCH] Add --trace to debug the stack level too deep error on the travis 1.9 build. --- config/ci/before-travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index b28d1f746..71a476f0d 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -19,5 +19,5 @@ sass --update public/stylesheets/sass/:public/stylesheets/ # Set up database cp config/database.yml.example config/database.yml -rake db:create -rake db:schema:load +rake db:create --trace +rake db:schema:load --trace