Changeset 16432 in josm
- Timestamp:
- 2020-05-16T23:18:59+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r14335 r16432 27 27 env: ANT_INVOCATION="ant -Dtest.headless=true" 28 28 before_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" 32 31 - 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.