From 52a17b7a17fcccf49c841f9ec298a51b56591cc1 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sat, 24 Oct 2020 13:25:02 +0300 Subject: [PATCH] CI: Update Nginx mainline and stable versions --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c24a121..98f54ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ compiler: env: # Mainline. - - NGINX=1.15.2 - - NGINX=1.15.2 DYNAMIC=1 + - NGINX=1.19.3 + - NGINX=1.19.3 DYNAMIC=1 # Stable. - - NGINX=1.14.0 - - NGINX=1.14.0 DYNAMIC=1 + - NGINX=1.18.0 + - NGINX=1.18.0 DYNAMIC=1 # Other configurations. - NGINX=1.12.2 - NGINX=1.12.2 DYNAMIC=1