Skip to content
Snippets Groups Projects
Commit 71451cff authored by Alex Bennée's avatar Alex Bennée
Browse files

.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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
parent c3c1874a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ addons:
- glib
- pixman
- gnu-sed
update: true
# The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment