From 071697588cd2529331070d90995190507c8e1523 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sat, 19 Aug 2017 00:04:27 +0300 Subject: [PATCH] CI: Update mainline and stable Nginx versions Previous mainline/stable versions are tested only as static builds. --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c48245..d1a06fa 100644 --- a/.travis.yml +++ b/.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