Skip to content

Commit 8f53b2f

Browse files
committed
bugfix: address incorrect HTTP/2 configuration
1 parent 25ebf20 commit 8f53b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install:
8686
#- if [ -n "$OPENSSL_VER" ] && [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://github.com/openssl/openssl/releases/download/openssl-$OPENSSL_VER/openssl-$OPENSSL_VER.tar.gz || 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
8787
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/boringssl-20230902-x64-focal.tar.gz
8888
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/curl-h3-x64-focal.tar.gz
89-
- git clone https://github.com/openresty/test-nginx.git
89+
- git clone https://github.com/swananan/test-nginx.git -b fix_http2_test_cases
9090
- git clone https://github.com/openresty/openresty.git ../openresty
9191
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
9292
- git clone https://github.com/openresty/openresty-devel-utils.git

0 commit comments

Comments
 (0)