Skip to content

Commit 1571d0c

Browse files
author
jiahao
committed
travis: bumped the NGINX core to 1.27.0.
1 parent 65014a8 commit 1571d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ env:
4444
- TEST_NGINX_SLEEP=0.006
4545
matrix:
4646
#- NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.12
47-
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1w
48-
- NGINX_VERSION=1.25.1 OPENSSL_VER=1.1.1w USE_PCRE2=Y
47+
- NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w
48+
- NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w USE_PCRE2=Y
4949

5050
services:
5151
- memcache
@@ -59,8 +59,8 @@ install:
5959
- 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
6060
- git clone https://github.com/openresty/openresty-devel-utils.git
6161
- git clone https://github.com/openresty/lua-cjson.git
62-
- git clone https://github.com/openresty/openresty.git ../openresty
63-
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
62+
- git clone -b bump-1.27.0 https://github.com/xiaocang/openresty.git ../openresty
63+
- git clone -b bump1.27.0 https://github.com/xiaocang/no-pool-nginx.git ../no-pool-nginx
6464
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
6565
- git clone https://github.com/openresty/mockeagain.git
6666
- git clone https://github.com/openresty/test-nginx.git

0 commit comments

Comments
 (0)