Skip to content

Commit

Permalink
TravisCI: install ant 1.10.5 before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jan 4, 2019
1 parent 3ff910c commit de957c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
sudo: required

branches:
only:
- master

script:
- wget https://www-us.apache.org/dist/ant/binaries/apache-ant-1.10.5-bin.zip && sudo unzip -q apache-ant-1.10.5-bin.zip -d /usr/local
- PATH=/usr/local/apache-ant-1.10.5/bin:$PATH
- cd x10.dist && ant precommit && ./bin/precommit


0 comments on commit de957c1

Please sign in to comment.