This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 0b6eb11 Use current ant for download from travis build and change URL
to https
0b6eb11 is described below
commit 0b6eb11147917c299b7a59ac2a9ca9b0af22af2a
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 24f07da..1441aa8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,8 +40,8 @@ install:
- wget -q $JDK_URL && tar xzf OpenJDK*.tar.gz
- mv jdk8* jdk
- 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
- - export ANT_HOME=`pwd`/apache-ant-1.10.7
+ - 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.8
- export PATH="$JAVA_HOME/bin:$ANT_HOME/bin:$PATH"
- java -version
- ant -version
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]