From 3a77d18ef93ceccd17d56195cbbbadc0171cfcd6 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sun, 15 Mar 2020 23:33:50 +0100 Subject: [PATCH] ci: fix macOS build See https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/14 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 06ac5f9..4ebb039 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ addons: packages: - meson - qt + update: true script: - export PATH="/usr/local/opt/qt/bin:$PATH"