From 9ccf1874ac205bbbf687c21d40f1cce4b90bd333 Mon Sep 17 00:00:00 2001 From: sffxzzp Date: Mon, 17 Jun 2019 02:39:36 +0800 Subject: [PATCH] fix travis add .git to zip file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 857458a8..90b4d9d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - python check.py before_deploy: - - zip -r -9 SChinese.zip "." -x "./.git/" "./check.py" "./.travis.yml" "./output.log" + - zip -r -9 SChinese.zip "." -x "./.git/*" "./check.py" "./.travis.yml" "./output.log" - export RBody=$(cat ./output.log) - git config --local user.name "$user_name" - git config --local user.email "$user_email"