From 810a7080114d687d9e890425b77d2743248cc1e7 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Mon, 24 Feb 2020 10:08:29 +0100 Subject: [PATCH] travis: force homebrew update to fix travis issue Build fails in Travis CI, because package download fails. Forcing update of homebrew should fix it. https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5456c83b3..6f81d6968 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: - libuv - lmdb - meson + update: true compiler: - clang notifications: -- 2.47.2