Skip to content

Commit dbe55ee

Browse files
committed
Modified travis to use atomic_shm branchs
1 parent 71244a5 commit dbe55ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ install:
5959
- git clone https://github.com/openresty/mockeagain.git
6060
- git clone https://github.com/openresty/test-nginx.git
6161
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
62-
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
62+
- git clone -b atomic_shm https://github.com/webcore-no/lua-nginx-module.git ../lua-nginx-module
6363
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
6464
- git clone https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
6565
- git clone https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
6666
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
67-
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
67+
- git clone -b atomic_shm https://github.com/webcore-no/lua-resty-core.git ../lua-resty-core
6868

6969
script:
7070
- sudo iptables -I OUTPUT 1 -p udp --dport 10086 -j REJECT

0 commit comments

Comments
 (0)