From 4e46ece3fbd52cda747ab38728c12d577e95e351 Mon Sep 17 00:00:00 2001 From: jiahao Date: Wed, 30 Sep 2020 16:17:28 +0800 Subject: [PATCH 1/3] travis-ci: bumped the NGINX core to 1.19.2. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 43a7302..fe0e0e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ env: - TEST_NGINX_SLEEP=0.006 - LUACHECK_VER=0.21.1 jobs: - - NGINX_VERSION=1.17.8 + - NGINX_VERSION=1.19.2 before_install: - sudo luarocks install luacheck $LUACHECK_VER @@ -54,7 +54,7 @@ install: - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache - git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module - - git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx + - git clone -b 1.19.2.x https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git script: From fc292c33c901aef8b32ed3ba523fd3c05f9444fc Mon Sep 17 00:00:00 2001 From: jiahao Date: Thu, 1 Oct 2020 01:06:07 +0800 Subject: [PATCH 2/3] travis-ci: bumped the NGINX core to 1.19.3. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe0e0e6..e8d21a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ env: - TEST_NGINX_SLEEP=0.006 - LUACHECK_VER=0.21.1 jobs: - - NGINX_VERSION=1.19.2 + - NGINX_VERSION=1.19.3 before_install: - sudo luarocks install luacheck $LUACHECK_VER @@ -54,7 +54,7 @@ install: - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache - git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module - - git clone -b 1.19.2.x https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx + - git clone -b 1.19.3.x https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git script: From 3dda7d37fa69b53b6c208e0bddce4cc82fc8a953 Mon Sep 17 00:00:00 2001 From: jiahao Date: Thu, 1 Oct 2020 12:27:28 +0800 Subject: [PATCH 3/3] travis-ci: using no-pool-nginx on the master branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8d21a4..7392fa4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ install: - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache - git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module - - git clone -b 1.19.3.x https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx + - git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git script: