From 6845fae65d04bb4fe2bd3f583e2ede2cc7b65701 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 5 Dec 2019 20:02:23 +0200 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 a74151106..b654bd67b 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -26,7 +26,7 @@ upload_files() { if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then if [ $TRAVIS_BRANCH == "master" ]; then echo "Pushing to master branch..." - git push --force --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-code.git" master > /dev/null 2>&1 + git push --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-code.git" master > /dev/null 2>&1 fi fi }