1 Star 0 Fork 70

LaVine/wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
mingyoung 提交于 2017-12-09 14:04 . Update .travis.yml
language: php
php:
- 7.0
- 7.1
- 7.2
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
- ./vendor/bin/phplint
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
script: ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
matrix:
fast_finish: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/LaVine110/wechat.git
git@gitee.com:LaVine110/wechat.git
LaVine110
wechat
wechat
master

搜索帮助