Skip to content

Commit

Permalink
Enable ant on Travis builds
Browse files Browse the repository at this point in the history
Ant is no longer installed by default on the Travis platform. An
explicit installtion instruction was added to achieve installation.
  • Loading branch information
MKodde committed Nov 7, 2019
1 parent 32eb467 commit 0bd79c6
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
Expand Up @@ -36,3 +36,8 @@ branches:
- master
- develop
- release/2.10

addons:
apt:
packages:
- ant

0 comments on commit 0bd79c6

Please sign in to comment.