Skip to content

Commit 8c3c38f

Browse files
committed
travis-ci: bumped the NGINX core to 1.21.3.
1 parent fb7b5fb commit 8c3c38f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ env:
4545
- LUACHECK_VER=0.21.1
4646
matrix:
4747
- NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1l OPENSSL_PATCH_VER=1.1.1f
48+
- NGINX_VERSION=1.21.3 OPENSSL_VER=1.1.1l OPENSSL_PATCH_VER=1.1.1f
4849

4950
services:
5051
- memcache
@@ -63,7 +64,7 @@ install:
6364
- git clone https://github.com/openresty/openresty.git ../openresty
6465
- git clone https://github.com/openresty/openresty-devel-utils.git
6566
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
66-
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
67+
- git clone -b 0.10.21rc1 https://github.com/xiaocang/lua-nginx-module.git ../lua-nginx-module
6768
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
6869
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
6970
- git clone https://github.com/openresty/lua-resty-lrucache.git
@@ -72,7 +73,7 @@ install:
7273
- git clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module
7374
- git clone https://github.com/openresty/mockeagain.git
7475
- git clone https://github.com/openresty/test-nginx.git
75-
- git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
76+
- git clone -b 0.0.11rc1 https://github.com/xiaocang/stream-lua-nginx-module.git ../stream-lua-nginx-module
7677

7778
script:
7879
- cd luajit2/

0 commit comments

Comments
 (0)