Add --trace to debug the stack level too deep error on the travis 1.9 build.
This commit is contained in:
parent
4f11b75ed1
commit
aa1aaaa0d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue