Changeset 16432 in josm for trunk/.travis.yml


Ignore:
Timestamp:
2020-05-16T23:18:59+02:00 (4 years ago)
Author:
simon04
Message:

fix #19249 - Travis CI: fix Apache Ant download

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r14335 r16432  
    2727    env: ANT_INVOCATION="ant -Dtest.headless=true"
    2828before_install:
    29   - wget https://www.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.tar.gz
    30   - tar -xzvf apache-ant-1.10.5-bin.tar.gz
    31   - export PATH=`pwd`/apache-ant-1.10.5/bin:$PATH
     29  - "curl https://downloads.apache.org/ant/binaries/apache-ant-1.10.8-bin.tar.gz | tar -xzv"
     30  - "export PATH=`pwd`/apache-ant-1.10.8/bin:$PATH"
    3231  - if [ "$TRAVIS_OS_NAME" == "windows" ] ; then choco install jdk11 && export JAVA_HOME="/c/Program Files/Java/jdk-11" ; fi
Note: See TracChangeset for help on using the changeset viewer.