From 14268ab27481b7bd467c9b64df58885d806d2707 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 5 Oct 2018 23:34:39 +0300 Subject: [PATCH] Update push.sh --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index 55253cad0..a6c1eb6b1 100644 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -23,7 +23,7 @@ upload_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then echo "Pushing to master branch..." - git push --force "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-css.git" master > /dev/null 2>&1 + git push --force --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-css.git" master > /dev/null 2>&1 fi fi }