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