We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4109e8c commit f43abb0Copy full SHA for f43abb0
.travis.yml
@@ -60,7 +60,7 @@ install:
60
- git clone https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
61
- git clone https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
62
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
63
- - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
+ - git clone -b stream-module-ports https://github.com/thibaultcha/lua-resty-core.git ../lua-resty-core
64
65
script:
66
- sudo iptables -I OUTPUT 1 -p udp --dport 10086 -j REJECT
0 commit comments