From d975b9e1f7829505ee3abbe5853be45d028fc1d0 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 1 Oct 2020 23:10:33 +0800 Subject: [PATCH] travis-ci: bumped the NGINX core to 1.19.3. (#51) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 97481d1..321ebf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ env: - TEST_NGINX_SLEEP=0.006 matrix: - NGINX_VERSION=1.9.15 - - NGINX_VERSION=1.17.8 + - NGINX_VERSION=1.19.3 install: - if [ ! -d download-cache ]; then mkdir download-cache; fi