7 Star 64 Fork 15

TarsCloud / TarsPHP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
无心圆(张勇) 提交于 2019-10-13 21:17 . support travis
language: php
compiler:
- gcc
- clang
os:
- linux
php:
- 7.1
notifications:
email: bob_zy@yeah.net
install:
- cd examples/TarsActDemo/QD.UserService/src
- composer install && composer run deploy
- php ../../../../travis/deploy.php $serverIp $serverName $serverPassword QD.UserService `ls | grep .gz` 28
- cd ../../../../
- cd examples/TarsActDemo/QD.ActHttpServer/src
- composer install && composer run deploy
- php ../../../../travis/deploy.php $serverIp $serverName $serverPassword QD.ActHttpServer `ls | grep .gz` 29
- cd ../../../../
- cd examples/TarsActDemo/QD.ActCommentServer/src
- composer install && composer run deploy
- php ../../../../travis/deploy.php $serverIp $serverName $serverPassword QD.ActCommentServer `ls | grep .gz` 30
- cd ../../../../
script:
- echo 'no script'
PHP
1
https://gitee.com/TarsCloud/TarsPHP.git
git@gitee.com:TarsCloud/TarsPHP.git
TarsCloud
TarsPHP
TarsPHP
master

搜索帮助