From 6ef0e408bf9583bbfcea563dcec27611269840ee Mon Sep 17 00:00:00 2001 From: jiahao Date: Wed, 3 Jul 2024 19:11:13 +0800 Subject: [PATCH] updated branch in travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a2f84b85..40f5a6ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,7 +67,7 @@ install: - if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi - if [ "$USE_PCRE2" != "Y" ] && [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi - if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi - - git clone -b bump-1.27.0 /~https://github.com/xiaocang/openresty.git ../openresty + - git clone /~https://github.com/openresty/openresty.git ../openresty - git clone /~https://github.com/openresty/openresty-devel-utils.git - git clone /~https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module - git clone /~https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module