Skip to content

Commit ee71300

Browse files
committed
Modified travis to use atomic_shm branchs
1 parent 4688acd commit ee71300

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
@@ -87,11 +87,11 @@ install:
8787
- git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
8888
- git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
8989
- git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
90-
- git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
90+
- git clone -b atomic_shm https://github.com/webcore-no/lua-resty-core.git ../lua-resty-core
9191
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
9292
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
9393
- git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string
94-
- git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
94+
- git clone -b atomic_shm https://github.com/webcore-no/stream-lua-nginx-module.git ../stream-lua-nginx-module
9595
- git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2
9696

9797
before_script:

0 commit comments

Comments
 (0)