From 487f9bc1921fb1209461c4ac7226c99e31a4db12 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 17:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=88=91=E7=9A=84=E8=B6=B3?= =?UTF-8?q?=E8=BF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .travis.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 69b7347..3e8e6f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ db.json node_modules/ public/ .deploy*/ -footprint/ \ No newline at end of file +# footprint/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 37dd90c..bf3ea03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,13 @@ after_script: - git add . - git commit -m "更新博客" - git push --force --quiet "https://${TOKEN}@${GH_REF}" master + - cd ../footprint + - git init + - git config user.name "${USER_NAME}" + - git config user.email "${USER_EMAIL}" + - git add . + - git commit -m "测试我的足迹" + - git push --force --quiet "https://${TOKEN}@${GH_REF}" master # E: Build LifeCycle notifications: