From 8f9a0a032d474ac2e38938cca0509d9ae10dce52 Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Sat, 3 Sep 2011 19:22:01 -0700 Subject: [PATCH] Remove debugging output from travis script. --- config/ci/before-travis.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/ci/before-travis.sh b/config/ci/before-travis.sh index 22e0ca288..7ca804fed 100755 --- a/config/ci/before-travis.sh +++ b/config/ci/before-travis.sh @@ -19,7 +19,5 @@ sass --update public/stylesheets/sass/:public/stylesheets/ # Set up database cp config/database.yml.example config/database.yml -which rake -rake --version -bundle exec rake db:create --trace -bundle exec rake db:schema:load --trace +bundle exec rake db:create +bundle exec rake db:schema:load