Skip to content

Commit

Permalink
Merge pull request #1136 from w3c/travis-ant-fix
Browse files Browse the repository at this point in the history
install ant
  • Loading branch information
skynavga authored Jul 31, 2019
2 parents 2d939b9 + 34ecb2d commit 9a9b4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
language: java

addons:
apt:
packages:
ant

script:
- bash ./deploy.sh

Expand Down

0 comments on commit 9a9b4e8

Please sign in to comment.