We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a366ffe commit b81455cCopy full SHA for b81455c
.travis.yml
@@ -18,7 +18,7 @@ before_install:
18
- tar -xf keystore.tar
19
# Install Apache ANT v1.9.7 in order to get the most ANT junit features required by the World Wind build script. As of
20
# 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
+ - 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
22
- tar -xf ${HOME}/apache-ant-1.9.7-bin.tar.gz -C ${HOME}
23
- export PATH=${HOME}/apache-ant-1.9.7/bin:${PATH}
24
0 commit comments