1 Star 0 Fork 0

Jory/humbug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Théo FIDRY 提交于 2017-10-08 11:24 . Add PHPUnit 6 support (#270)
language: php
php:
- 7.0
- 7.1
env:
- COMPOSER_FLAGS=--prefer-lowest
- COMPOSER_FLAGS=
matrix:
include:
- php: 7.1
env: PHPUNIT_FLAGS=--coverage-text
exclude:
- php: 7.1
env: COMPOSER_FLAGS=
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_script:
- composer update --no-interaction --no-suggest --prefer-dist $COMPOSER_FLAGS
script:
- vendor/bin/phpunit $PHPUNIT_FLAGS
- vendor/bin/behat -vv -f progress
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jory/humbug.git
git@gitee.com:jory/humbug.git
jory
humbug
humbug
master

搜索帮助