Skip to content

Commit

Permalink
updated branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Jun 4, 2024
1 parent 6603d4e commit 9a41026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ install:
- 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 -b bump1.27.0 /~https://github.com/xiaocang/openresty-devel-utils.git
- 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
- git clone /~https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
Expand Down

0 comments on commit 9a41026

Please sign in to comment.