From 8fb328aac59cb7105d563f3e07b49fbe44c40bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E5=BF=97=E9=9B=84?= Date: Fri, 13 Jul 2018 16:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0CI?= 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 003ea4a..58ec7c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ after_script: - git config user.name "${USER_NAME}" - git config user.email "${USER_EMAIL}" - git add . - - git commit -m "test" + - git commit -m "更新博客" - git push --force --quiet "https://${TOKEN}@${GH_REF}" master:${P_BRANCH} # E: Build LifeCycle