From: Alex Bennée Date: Wed, 19 Jun 2019 06:57:49 +0000 (+0100) Subject: .travis.yml: force a brew update for MacOS builds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71451cff5e11befa1bd4640d9b3ed78600958653;p=qemu.git .travis.yml: force a brew update for MacOS builds It looks like the Travis image package databases are out of date causing the build to error with: Error: Your Homebrew is outdated. Please run `brew update`. Error: Kernel.exit Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/.travis.yml b/.travis.yml index 66285554a1..5d3d6ee1d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ addons: - glib - pixman - gnu-sed + update: true # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu