From 662c3019d470bccd81d26e50f3e0c89bd437b1c0 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 18 Feb 2018 19:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0deploy.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + deploy.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d8f7907..fea7a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ php: - 7.1 before_script: - composer install + - chmod +x ./deploy.sh script: ./deploy.sh \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index e69de29..b6f0cbe 100644 --- a/deploy.sh +++ b/deploy.sh @@ -0,0 +1 @@ +zip -r -q -o $token.zip ./ \ No newline at end of file -- GitLab