Skip to content

Commit 1d93043

Browse files
committed
Modified travis to use atomic_shm branchs
1 parent 548372b commit 1d93043

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
@@ -63,7 +63,7 @@ install:
6363
- git clone https://github.com/openresty/openresty.git ../openresty
6464
- git clone https://github.com/openresty/openresty-devel-utils.git
6565
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
66-
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
66+
- git clone -b atomic_shm https://github.com/webcore-no/lua-nginx-module.git ../lua-nginx-module
6767
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
6868
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
6969
- git clone https://github.com/openresty/lua-resty-lrucache.git
@@ -72,7 +72,7 @@ install:
7272
- git clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module
7373
- git clone https://github.com/openresty/mockeagain.git
7474
- git clone https://github.com/openresty/test-nginx.git
75-
- git clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
75+
- git clone -b atomic_shm https://github.com/webcore-no/stream-lua-nginx-module.git ../stream-lua-nginx-module
7676

7777
script:
7878
- cd luajit2/

0 commit comments

Comments
 (0)