diff --git a/.travis/push.sh b/.travis/push.sh index ae0c2cf53..2f7ce8d71 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -12,7 +12,7 @@ commit_website_files() { } upload_files() { - git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1 + git push --force "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1 } setup_git