Add --trace to debug the stack level too deep error on the travis 1.9 build.

This commit is contained in:
Sarah Mei 2011-09-03 18:30:19 -07:00
parent 4f11b75ed1
commit aa1aaaa0d8

View file

@ -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