Skip to content

Commit 93bc9df

Browse files
committed
travis-ci: avoided using the contributor's branch of lua-nginx-module.
Thanks Thibault for the report.
1 parent 07c2f3f commit 93bc9df

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/openresty.git ../openresty
6161
- git clone https://github.com/openresty/openresty-devel-utils.git
6262
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
63-
- git clone -b proc_wait_timeout_fix https://github.com/spacewander/lua-nginx-module.git ../lua-nginx-module
63+
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
6464
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
6565
- git clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
6666
- git clone https://github.com/openresty/lua-resty-lrucache.git

0 commit comments

Comments
 (0)