Skip to content

Commit a3ef10c

Browse files
committed
[removeme] travis: switched to the contributor's branch of lua-resty-core and lua-nginx-module.
1 parent a9c89e9 commit a3ef10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ install:
5656
- git clone https://github.com/openresty/mockeagain.git
5757
- git clone https://github.com/openresty/test-nginx.git
5858
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
59-
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
59+
- git clone -b feat/lua-load-resty-core https://github.com/thibaultcha/lua-nginx-module.git ../lua-nginx-module
6060
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
6161
- git clone https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
6262
- git clone https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
6363
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
64-
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
64+
- git clone -b feat/lua-load-resty-core https://github.com/thibaultcha/lua-resty-core.git ../lua-resty-core
6565

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

0 commit comments

Comments
 (0)