From 0bd79c6a06b13fcd0d9f33d13baaa1342e87a934 Mon Sep 17 00:00:00 2001 From: Michiel Kodde Date: Thu, 7 Nov 2019 11:00:16 +0100 Subject: [PATCH] Enable ant on Travis builds Ant is no longer installed by default on the Travis platform. An explicit installtion instruction was added to achieve installation. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index aa3abbe1..6d914056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,8 @@ branches: - master - develop - release/2.10 + +addons: + apt: + packages: + - ant