brew remove php

This commit is contained in:
nulano 2021-06-16 21:54:17 +02:00
parent 97aa3624de
commit decd59a691

View File

@ -2,7 +2,7 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# these cause a conflict with built webp and libtiff,
# curl from brew requires zstd, use system curl
brew remove --ignore-dependencies webp zstd xz libtiff curl
brew remove --ignore-dependencies webp zstd xz libtiff curl php
fi
if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then