We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311525c commit d033298Copy full SHA for d033298
.travis.yml
@@ -87,6 +87,7 @@ install:
87
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/boringssl-20230902-x64-focal.tar.gz
88
- 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
90
+ - git clone -b enable-ngx-location-capture-in-http2 https://github.com/oowl/test-nginx.git
91
- git clone https://github.com/openresty/openresty.git ../openresty
92
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
93
- git clone https://github.com/openresty/openresty-devel-utils.git
0 commit comments