mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Resolve broken ant download on travis / jenkins.
Resolves https://github.com/processing/processing4/issues/106.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user