加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 343 Bytes
一键复制 编辑 原始数据 按行查看 历史
guanguans 提交于 2020-02-10 17:06 . Update travis ci config file
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
dist: trusty
sudo: false
before_script:
- composer self-update
- composer install --no-interaction --dev
script:
- ./vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
after_script:
- bash <(curl -s https://codecov.io/bash)
matrix:
fast_finish: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化