From 1b670794d622ac4e7bb3dc38d8a9795a2eabfebc Mon Sep 17 00:00:00 2001 From: Pl4gue Date: Thu, 21 Dec 2017 12:41:16 +0100 Subject: [PATCH] force push --- .travis/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push.sh b/.travis/push.sh index d36981d5e..541f705bd 100755 --- a/.travis/push.sh +++ b/.travis/push.sh @@ -13,7 +13,7 @@ commit_website_files() { upload_files() { git remote add origin https://${GH_TOKEN}@github.com/Pl4gue/30-seconds-of-code.git > /dev/null 2>&1 - git push --quiet --set-upstream origin master + git push --force --quiet --set-upstream origin master } setup_git