Skip to content

Commit f43abb0

Browse files
committed
[removeme] switched to the contributor's branch of lua-resty-core.
1 parent 4109e8c commit f43abb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ install:
6060
- git clone https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
6161
- git clone https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
6262
- 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
63+
- git clone -b stream-module-ports https://github.com/thibaultcha/lua-resty-core.git ../lua-resty-core
6464

6565
script:
6666
- sudo iptables -I OUTPUT 1 -p udp --dport 10086 -j REJECT

0 commit comments

Comments
 (0)