CI: Update mainline and stable Nginx versions
Previous mainline/stable versions are tested only as static builds.pull/81/head
parent
c1b1be3615
commit
071697588c
13
.travis.yml
13
.travis.yml
|
@ -5,13 +5,16 @@ compiler:
|
|||
- gcc
|
||||
|
||||
env:
|
||||
# Mainline
|
||||
# Mainline.
|
||||
- NGINX=1.13.4
|
||||
- NGINX=1.13.4 DYNAMIC=1
|
||||
# Stable.
|
||||
- NGINX=1.12.1
|
||||
- NGINX=1.12.1 DYNAMIC=1
|
||||
# Other configurations.
|
||||
- NGINX=1.11.6
|
||||
- NGINX=1.11.6 DYNAMIC=1
|
||||
# Stable
|
||||
- NGINX=1.10.2
|
||||
- NGINX=1.10.2 DYNAMIC=1
|
||||
# Other configurations
|
||||
# Version 1.9.15 was the first with loadable module support.
|
||||
- NGINX=1.9.15
|
||||
- NGINX=1.9.15 DYNAMIC=1
|
||||
- NGINX=1.8.1
|
||||
|
|
Loading…
Reference in New Issue