Browse Source

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.
pull/5880/head
stijn 5 years ago
committed by Damien George
parent
commit
bd5633778f
  1. 2
      .travis.yml

2
.travis.yml

@ -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

Loading…
Cancel
Save