25 Star 89 Fork 21

inhere / php-srouter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2020-05-17 10:30 . add ci tests on php 7.4
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:
- vendor/bin/phpunit -vvv --coverage-clover clover.xml
after_success:
- vendor/bin/php-coveralls --coverage_clover=clover.xml --json_path=coveralls-upload.json -v
PHP
1
https://gitee.com/inhere/php-srouter.git
git@gitee.com:inhere/php-srouter.git
inhere
php-srouter
php-srouter
master

搜索帮助