Skip to content
Snippets Groups Projects
Commit b53fb3be authored by David Beitey's avatar David Beitey
Browse files

Test against Nginx 1.11 mainline

parent 07e9b62c
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,13 @@ compilers:
- gcc
env:
# Don't use `NGINX` as the variable name or Nginx won't daemonise
# Mainline
- SHIB_NGINX_VERSION=1.11.0 SHIB_DYNAMIC_MODULE=true
- SHIB_NGINX_VERSION=1.11.0 SHIB_DYNAMIC_MODULE=false
# Stable
- SHIB_NGINX_VERSION=1.10.0 SHIB_DYNAMIC_MODULE=true
- SHIB_NGINX_VERSION=1.10.0 SHIB_DYNAMIC_MODULE=false
# Previous stable
- SHIB_NGINX_VERSION=1.8.1 SHIB_DYNAMIC_MODULE=false
sudo: false
addons:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment