From 1b01896e906042f284da95f3b7d48e72ce3b9c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 21 Feb 2020 09:27:18 +0100 Subject: [PATCH] Travis: Force updating homebrew on macOS Temporary workaround for 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 714133b117d2..5b2f33912050 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,7 @@ matrix: homebrew: packages: - scons + update: true # TODO: iOS MoltenVK support