1 Star 3 Fork 0

rryqszq4/ngx_php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 947 Bytes
一键复制 编辑 原始数据 按行查看 历史
rryqszq4 提交于 2017-03-03 18:48 . [doc] Support nginx version >= 1.7.12
language: c
sudo: required
addons:
apt:
packages:
- locales
- language-pack-de
- re2c
- libgmp-dev
- libicu-dev
- libmcrypt-dev
- libtidy-dev
- libenchant-dev
- libaspell-dev
- libpspell-dev
- librecode-dev
- libsasl2-dev
- libxpm-dev
- libt1-dev
- cpanminus
compiler:
- gcc
cache:
- apt
env:
- PHP_SRC_VERSION=5.3.29
NGINX_SRC_VERSION=1.7.12
- PHP_SRC_VERSION=5.4.45
NGINX_SRC_VERSION=1.7.12
- PHP_SRC_VERSION=5.5.34
NGINX_SRC_VERSION=1.7.12
- PHP_SRC_VERSION=5.6.20
NGINX_SRC_VERSION=1.7.12
- PHP_SRC_VERSION=5.3.29
NGINX_SRC_VERSION=1.8.1
- PHP_SRC_VERSION=5.3.29
NGINX_SRC_VERSION=1.9.15
- PHP_SRC_VERSION=5.3.29
NGINX_SRC_VERSION=1.10.2
- PHP_SRC_VERSION=5.3.29
NGINX_SRC_VERSION=1.11.8
install:
- sudo cpanm -n Test::Nginx
before_script:
- ./travis/compile.sh
script:
- ./travis/test.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/rryqszq4/ngx_php.git
git@gitee.com:rryqszq4/ngx_php.git
rryqszq4
ngx_php
ngx_php
master

搜索帮助