Re: [Qemu-devel] [PATCH v1 11/19] travis: use homebrew addon for MacOSX

2019-01-10 Thread Daniel P . Berrangé
On Thu, Jan 10, 2019 at 05:45:08PM +, Alex Bennée wrote: > Rather than poking homebrew manually we can specify the packages > needed via the homebrew addon. These are only installed on MacOS based > builds. > > Signed-off-by: Alex Bennée > Signed-off-by: Alex Bennée Dupe > --- > .travis.y

[Qemu-devel] [PATCH v1 11/19] travis: use homebrew addon for MacOSX

2019-01-10 Thread Alex Bennée
Rather than poking homebrew manually we can specify the packages needed via the homebrew addon. These are only installed on MacOS based builds. Signed-off-by: Alex Bennée Signed-off-by: Alex Bennée --- .travis.yml | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.tra