Skip to content

Commit 5bc6ba2

Browse files
author
jiahao
committed
travis: bumped the NGINX core to 1.27.0.
1 parent 837a252 commit 5bc6ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949
- TEST_NGINX_RANDOMIZE=1
5050
- LUACHECK_VER=0.21.1
5151
matrix:
52-
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f USE_PCRE2=Y
52+
- NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f USE_PCRE2=Y
5353
- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.1w OPENSSL_PATCH_VER=1.1.1f
5454

5555
services:
@@ -67,8 +67,8 @@ install:
6767
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
6868
- if [ "$USE_PCRE2" != "Y" ] && [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
6969
- if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi
70-
- git clone https://github.com/openresty/openresty.git ../openresty
71-
- git clone https://github.com/openresty/openresty-devel-utils.git
70+
- git clone -b bump-1.27.0 https://github.com/xiaocang/openresty.git ../openresty
71+
- git clone -b bump1.27.0 https://github.com/xiaocang/openresty-devel-utils.git
7272
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
7373
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
7474
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx

0 commit comments

Comments
 (0)