1 Star 0 Fork 25

agentpt/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 418 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2020-11-20 19:51 +08:00 . fix ci error
language: php
php:
# - '7.1'
# - '7.2'
- '7.3'
- '7.4'
#matrix:
# include:
# - php: 7.2
# env: ANALYSIS='true'
before_script:
- composer require php-coveralls/php-coveralls:^2.1.0
script:
# - phpunit --coverage-clover clover.xml
- php vendor/bin/phpunit --coverage-clover clover.xml
after_success:
- vendor/bin/php-coveralls --coverage_clover=clover.xml --json_path=coveralls-upload.json -v
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/agentpts/php-console.git
git@gitee.com:agentpts/php-console.git
agentpts
php-console
php-console
master

搜索帮助