Skip to content

Commit a4297a0

Browse files
author
jiahao
committed
updated branch in travis.
1 parent 194c570 commit a4297a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install:
6767
- 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
6868
- 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
6969
- 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
70-
- git clone -b bump-1.27.0 https://github.com/xiaocang/openresty.git ../openresty
70+
- git clone https://github.com/openresty/openresty.git ../openresty
7171
- git clone https://github.com/openresty/openresty-devel-utils.git
7272
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
7373
- git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module

0 commit comments

Comments
 (0)