Test latest stable and mainline releases on Travis

pull/88/head
Martchus 2018-04-25 21:56:29 +02:00 committed by Adrian Perez
parent c5bf62212e
commit 4ae6c87246
1 changed files with 5 additions and 3 deletions

View File

@ -6,12 +6,14 @@ compiler:
env: env:
# Mainline. # Mainline.
- NGINX=1.13.10 - NGINX=1.13.12
- NGINX=1.13.10 DYNAMIC=1 - NGINX=1.13.12 DYNAMIC=1
# Stable. # Stable.
- NGINX=1.14.0
- NGINX=1.14.0 DYNAMIC=1
# Other configurations.
- NGINX=1.12.2 - NGINX=1.12.2
- NGINX=1.12.2 DYNAMIC=1 - NGINX=1.12.2 DYNAMIC=1
# Other configurations.
- NGINX=1.11.6 - NGINX=1.11.6
- NGINX=1.10.2 - NGINX=1.10.2
# Version 1.9.15 was the first with loadable module support. # Version 1.9.15 was the first with loadable module support.