Skip to content

Commit 269383b

Browse files
authored
travis-ci: updated ftp.pcre.org to sourceforce mirror. (#279)
1 parent 6f124f0 commit 269383b

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
@@ -49,7 +49,7 @@ services:
4949
install:
5050
- sudo apt update
5151
- sudo apt install --only-upgrade ca-certificates
52-
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https://ftp.pcre.org/pub/pcre/pcre-$PCRE_VER.tar.gz; fi
52+
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VER}/pcre-${PCRE_VER}.tar.gz; fi
5353
- 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
5454
- git clone https://github.com/openresty/openresty-devel-utils.git
5555
- git clone https://github.com/openresty/lua-cjson.git

0 commit comments

Comments
 (0)