diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-06-19 07:57:49 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-07-04 19:23:07 +0100 |
commit | 71451cff5e11befa1bd4640d9b3ed78600958653 (patch) | |
tree | 310e428ed44a1c9aafe009b18dfb5d24d077aa47 /.travis.yml | |
parent | c3c1874a9978bb993c4cdf86a020f936e9ad9c61 (diff) |
.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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |