From 19380fa355fa2e4a213e9b441efe82a4746c75aa Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Tue, 28 Apr 2015 19:40:14 -0400 Subject: [PATCH] Remove quite and dev/null to debug --- .deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deploy.sh b/.deploy.sh index 681d2306..fbd105e4 100644 --- a/.deploy.sh +++ b/.deploy.sh @@ -22,5 +22,5 @@ if [ "$TRAVIS_BRANCH" = "master" ] git commit -m ":shipit: Deploy to GitHub Pages" # Force push to gh-pages - git push --force --quite "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1 + git push --force "https://${GH_TOKEN}@${GH_REF}" master:gh-pages fi