203 Star 847 Fork 262

GVPjitamin / jitamin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
lianguan 提交于 2018-04-09 11:18 . Fix travis
git:
depth: 3
language: php
sudo: false
php:
- 7.2
- 7.1
- 7.0
- 5.6
env:
- DB=sqlite
- DB=mysql
- DB=pgsql
matrix:
allow_failures:
- php: 5.6
before_script:
- if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
- phpenv config-add tests/php.ini
- touch storage/jitamin.sqlite
- composer install
- php vendor/bin/phpdoccheck --directory=app/
script:
- phpunit -c tests/units.$DB.xml
PHP
1
https://gitee.com/jitamin/jitamin.git
git@gitee.com:jitamin/jitamin.git
jitamin
jitamin
jitamin
master

搜索帮助