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