From 65567d19042ac809ed1f75708e2b2e47f718d1ef Mon Sep 17 00:00:00 2001 From: Johnny Wang Date: Sun, 4 Apr 2021 17:09:09 +0800 Subject: [PATCH] travis-ci: bumped the NGINX core to 1.19.9. (#235) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77eace65..f05fb311 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,9 @@ env: - TEST_NGINX_SLEEP=0.006 matrix: - NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2u - - NGINX_VERSION=1.19.3 OPENSSL_VER=1.0.2u - - NGINX_VERSION=1.19.3 OPENSSL_VER=1.1.0l - - NGINX_VERSION=1.19.3 OPENSSL_VER=1.1.1f + - NGINX_VERSION=1.19.9 OPENSSL_VER=1.0.2u + - NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.0l + - NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1f services: - memcache