From f318fb92b8d6aa25d47542cae68f478a172c02b3 Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 11 Jul 2019 14:37:45 -0700 Subject: [PATCH 1/2] travis: clone the lua-resty-core and lua-resty-lrucache repositories. Those are required with recent versions of ngx_lua. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1d10967..aadaea8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,8 @@ install: - git clone https://github.com/openresty/test-nginx.git - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git - git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module + - 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/nginx-eval-module.git ../eval-nginx-module - git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module - git clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module From a3fcde5843c9962ed2922d0fc13bef81c375508e Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Thu, 11 Jul 2019 14:38:13 -0700 Subject: [PATCH 2/2] travis: bumped the nginx core version to 1.17.1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aadaea8..be84d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: - NGX_BUILD_JOBS=$JOBS matrix: - NGINX_VERSION=1.11.2 - - NGINX_VERSION=1.15.8 + - NGINX_VERSION=1.17.1 services: - memcache