1 Star 0 Fork 0

guiqing/CodeIgniter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
guiqing 提交于 2017-07-27 18:35 . 1
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
- DB=mysql
- DB=mysqli
- DB=pgsql
- DB=sqlite
- DB=pdo/mysql
- DB=pdo/pgsql
- DB=pdo/sqlite
sudo: false
before_script:
- sh -c "composer install --dev --no-progress"
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi"
- sh -c "if [ '$DB' = 'mysql' ] || [ '$DB' = 'mysqli' ] || [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi"
script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --configuration tests/travis/$DB.phpunit.xml
matrix:
allow_failures:
- php: 5.3
- php: hhvm
- php: 7.1
exclude:
- php: hhvm
env: DB=pgsql
- php: hhvm
env: DB=pdo/pgsql
- php: 7.0
env: DB=mysql
- php: 7.1
env: DB=mysql
branches:
only:
- develop
- 3.0-stable
- 3.1-stable
- /^feature\/.+$/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guiqing/CodeIgniter.git
git@gitee.com:guiqing/CodeIgniter.git
guiqing
CodeIgniter
CodeIgniter
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385