You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fs...@apache.org on 2020/06/14 15:58:54 UTC

[tomcat] branch master updated: Set ANT_HOME in travis to the updated version

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 <fs...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org