From 02c3145775f856ea3a6ab3ef0adab93c05f209ff Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Tue, 27 Oct 2020 05:40:32 +0200 Subject: Work around broken Travis CI macOS build Sigh. The Homebrew addon is broken with update: false (the default!). It has been fixed for osx_image: xcode11 and newer, but the default image is older. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ef259a8..8c80953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ matrix: sudo: required dist: bionic +osx_image: xcode11 branches: only: -- cgit v1.2.3