Resolve broken ant download on travis / jenkins.

Resolves https://github.com/processing/processing4/issues/106.
This commit is contained in:
A Pottinger
2020-07-01 15:17:08 -07:00
parent 3cd8898bad
commit 6c8d321634
+1 -1
View File
@@ -10,7 +10,7 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install ant-optional
- sudo apt-get install wget
- wget --no-check-certificate https://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.7-bin.tar.gz
- wget --no-check-certificate https://downloads.apache.org/ant/binaries/apache-ant-1.10.8-bin.zip
- tar -xzvf apache-ant-1.10.7-bin.tar.gz
- export PATH=`pwd`/apache-ant-1.10.7/bin:$PATH