From a15cfc213be2a8da1c2bf3438014d864b1fadba6 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Mon, 22 Jul 2019 13:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20push=20=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 26789ee..badd7ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ after_script: - git config user.email ${GH_EMAIL} - git add -A - git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" - - git push "https://${GH_TOKEN}@github.com/${GH_USER}/${GH_REPO}.git" master:${GH_BRANCH} -f + - git push --force --quiet "https://${GH_TOKEN}@github.com/${GH_USER}/${GH_REPO}.git" master:${GH_BRANCH} env: global: -- GitLab