Skip to content

Commit b81455c

Browse files
author
pdavidc
committed
Repaired Travis CI build's broken link to Apache ANT binary
1 parent a366ffe commit b81455c

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
@@ -18,7 +18,7 @@ before_install:
1818
- tar -xf keystore.tar
1919
# Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
2020
# December 2016 the Travis CI environment provided ANT v1.8.x.
21-
- curl -o ${HOME}/apache-ant-1.9.7-bin.tar.gz https://www.apache.org/dist/ant/binaries/apache-ant-1.9.7-bin.tar.gz
21+
- curl -o ${HOME}/apache-ant-1.9.7-bin.tar.gz https://mirrors.ocf.berkeley.edu/apache/ant/binaries/apache-ant-1.9.8-bin.tar.gz
2222
- tar -xf ${HOME}/apache-ant-1.9.7-bin.tar.gz -C ${HOME}
2323
- export PATH=${HOME}/apache-ant-1.9.7/bin:${PATH}
2424

0 commit comments

Comments
 (0)