From 4597c09522c607ccef12d10c5a1eba948a18e77b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 24 Nov 2020 13:41:49 -0500 Subject: [PATCH] update OSX Travis env before running tests Signed-off-by: Lokesh Mandvekar --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 204ef8e0..7a2f6671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ jobs: # since the last OS image build (as of July 2020), but the Travis OS still # contains it, and it prevents updating of Python 3. - brew update && brew unlink python@2 && brew install gpgme + - sudo rm -rf /Library/Developer/CommandLineTools && sudo xcode-select --install script: - hack/travis_osx.sh - stage: local-build