From f5502b3666b0eb6bb8811c3ee13ee56ff880d966 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Sun, 18 Feb 2018 19:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E6=89=93?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 6 ++++++ deploy.sh | 0 2 files changed, 6 insertions(+) create mode 100644 .travis.yml create mode 100644 deploy.sh diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d8f7907f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: php +php: + - 7.1 +before_script: + - composer install +script: ./deploy.sh \ No newline at end of file diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 00000000..e69de29b