File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ docs:
21
21
22
22
.googletest :
23
23
if [ " ${CI} " = " true" ] && [ " ${TRAVIS_OS_NAME} " == " linux" ]; then \
24
- curl ftp ://ftp .ripcordsoftware.com/pub /gtest-${GTEST_VER} -travis-ci-externals-installed.tar.xz -O && \
24
+ curl http ://cdn .ripcordsoftware.com/gtest-${GTEST_VER} -travis-ci-externals-installed.tar.xz -O && \
25
25
tar xfJ gtest-* ; \
26
26
elif [ ! -d externals/gtest-${GTEST_VER} /lib/.libs ]; then \
27
27
mkdir -p externals && \
28
28
cd externals && \
29
- if [ ! -f gtest-${GTEST_VER} .zip ]; then curl ftp ://ftp .ripcordsoftware.com/pub /gtest-${GTEST_VER} .zip -O; fi && \
29
+ if [ ! -f gtest-${GTEST_VER} .zip ]; then curl http ://cdn .ripcordsoftware.com/gtest-${GTEST_VER} .zip -O; fi && \
30
30
unzip gtest-${GTEST_VER} .zip && \
31
31
cd gtest-${GTEST_VER} && \
32
32
./configure && \
You can’t perform that action at this time.
0 commit comments