1 Star 0 Fork 268

jso0/jitamin

forked from jitamin/jitamin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
phecho 提交于 2016-11-27 00:56 . Added php7.1 CI tests
git:
depth: 3
language: php
sudo: false
php:
- 7.1
- 7.0
- 5.6
env:
- DB=sqlite
- DB=mysql
- DB=postgres
matrix:
fast_finish: true
before_script:
- if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
- phpenv config-add tests/php.ini
- composer install
script:
- phpunit -c tests/units.$DB.xml
- phpunit tests/configtest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/ijimmy/jitamin.git
[email protected]:ijimmy/jitamin.git
ijimmy
jitamin
jitamin
master

搜索帮助