From 26bf371e95dfc01238d31e35392f86f47d8734e3 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Tue, 23 Mar 2021 14:45:14 +0100 Subject: [PATCH] Travis, try to enable brew update for the 12.2 osx image. --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 301420005..15d8ea0c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,7 @@ addons: - openssl - libevent - expat - #homebrew hangs when updates are enabled. So it is kept off. - #update: true + update: true jobs: include: @@ -155,7 +154,6 @@ jobs: - IOS_SDK=iPhoneOS - IOS_CPU=arm64 - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU" - - HOMEBREW_NO_AUTO_UPDATE=1 # - os: osx # osx_image: xcode10 # name: Apple TV on iOS, arm64 -- 2.47.2