We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c847aa1 commit f77faadCopy full SHA for f77faad
.travis.yml
@@ -84,7 +84,7 @@ install:
84
- git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
85
- git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
86
- git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
87
- - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
+ - git clone -b feat/cosocket_tlshandshake https://github.com/dndx/lua-resty-core.git ../lua-resty-core
88
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
89
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
90
- git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
0 commit comments