From 9dc6a8908d0c54ba30668d399ace29f1f7bcf63b Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Tue, 3 Dec 2019 20:10:13 +0300 Subject: [PATCH] build/CI/packaging: another attempt to fix macOS builds in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e9e902..1621e4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,7 +167,7 @@ before_install: osx) brew install openssl brew link openssl --force - brew uninstall python + brew uninstall --ignore-dependencies python brew install python --with-brewed-openssl brew install mysql