This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 9eb3ac3 Use current ant for download from travis build and change URL
to https
9eb3ac3 is described below
commit 9eb3ac32b0856055177517f1bdb3a8be53678971
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Jun 14 17:55:12 2020 +0200
Use current ant for download from travis build and change URL to https
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 2ceb7f5..a0b3c70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ install:
- wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
- if test "$ARCH" = "s390x"; then mv jdk-11* jdk; else mv jdk8* jdk; fi
- export JAVA_HOME=`pwd`/jdk
- - wget -q
http://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.7-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
+ - wget -q
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.8-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
- export ANT_HOME=`pwd`/apache-ant-1.10.7
- export PATH="$JAVA_HOME/bin:$ANT_HOME/bin:$PATH"
- java -version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]