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 35791fc Set ANT_HOME in travis to the updated version
35791fc is described below
commit 35791fcc26333ce553dc028a4a8e9b6d3a30ec41
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Jun 14 17:58:41 2020 +0200
Set ANT_HOME in travis to the updated version
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a0b3c70..d0688ba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ install:
- if test "$ARCH" = "s390x"; then mv jdk-11* jdk; else mv jdk8* jdk; fi
- 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.7
+ - 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]