From fd25474917f0912c0f5054182ef63bc270467510 Mon Sep 17 00:00:00 2001 From: rainingmaster <312841925@qq.com> Date: Fri, 24 Jul 2020 11:41:28 +0800 Subject: [PATCH] test: use official repo instead of third pard repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd4be41a31..bf433bef5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ install: - git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module - git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module - git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module - - git clone -b exit_worker https://github.com/rainingmaster/lua-resty-core.git ../lua-resty-core + - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache - git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql - git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string