Skip to content

Commit

Permalink
update apache ant for travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pairofdocs committed Aug 27, 2021
1 parent 41494b2 commit 748b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
# Check JAVA_HOME is correct
- ls "/c/Program Files/AdoptOpenJDK"
# Install ant at $ANT_HOME (chosen in env: section)
- curl https://downloads.apache.org/ant/binaries/apache-ant-1.10.10-bin.zip -o apache-ant.zip
- curl https://downloads.apache.org/ant/binaries/apache-ant-1.10.11-bin.zip -o apache-ant.zip
- unzip -q apache-ant.zip
- rm apache-ant.zip
- mv apache-ant-1.10.10 $ANT_HOME
Expand Down

0 comments on commit 748b9a9

Please sign in to comment.