添加自动打包

This commit is contained in:
HFO4 2018-02-18 19:20:06 +08:00
parent 4e550dcdb2
commit f5502b3666
2 changed files with 6 additions and 0 deletions

6
.travis.yml Normal file
View file

@ -0,0 +1,6 @@
language: php
php:
- 7.1
before_script:
- composer install
script: ./deploy.sh

0
deploy.sh Normal file
View file