This is an automated email from the ASF dual-hosted git repository.
markt 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 04bca34 Update .travis.yml
04bca34 is described below
commit 04bca3448b26f2680631750df7cf868b708ac282
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Oct 6 10:59:28 2020 +0100
Update .travis.yml
Fix broken travis builds. There was a new Ant release so the mirrors
updated.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 6651957..5ff8935 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
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
+ - wget -q
https://mirrors.netix.net/apache/ant/binaries/apache-ant-1.10.9-bin.tar.gz &&
tar xzf apache-ant-*-bin.tar.gz
+ - export ANT_HOME=`pwd`/apache-ant-1.10.9
- 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]