travis: Make OSX build work again by not installing pkgconfig.

Recent builds are failing with the following error:

    Error: pkg-config 0.29.2 is already installed

Assuming this will be the case form now on, we don't have to install
pkgconfig anymore.
This commit is contained in:
stijn 2020-04-06 16:07:39 +02:00 committed by Damien George
parent c5a21a94f8
commit bd5633778f

View File

@ -211,8 +211,6 @@ jobs:
env:
- NAME="unix port build with clang on OSX"
- PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
install:
- brew install pkgconfig
script:
- make ${MAKEOPTS} -C mpy-cross
- make ${MAKEOPTS} -C ports/unix submodules