From f33e46fcf3d6a2e2ec57f1ff90c66c5ef9c16140 Mon Sep 17 00:00:00 2001 From: bangnab Date: Fri, 17 Aug 2018 22:19:24 +0200 Subject: [PATCH] Fixed ant version --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7e2fd5460f6..e6d91221bf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ before_script: - test "x$RUN_CHECKSTYLE" != 'xtrue' || ant -Djava.awt.headless=true download_checkstyle before_install: - - wget --no-check-certificate https://www.apache.org/dist/ant/binaries/apache-ant-1.10.4-bin.tar.gz - - tar -xzvf apache-ant-1.10.4-bin.tar.gz - - export PATH="$(pwd)/apache-ant-1.10.4/bin:$PATH" + - wget --no-check-certificate https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz + - tar -xzvf apache-ant-1.10.5-bin.tar.gz + - export PATH="$(pwd)/apache-ant-1.10.5/bin:$PATH" - echo $(ant -version) # skip default "install" command