summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstijn <stijn@ignitron.net>2020-04-06 16:07:39 +0200
committerDamien George <damien.p.george@gmail.com>2020-04-07 13:59:34 +1000
commitbd5633778f8dce0d71578338926fc6500069429e (patch)
treea6289f0454e4f873ccc4a0fff3affbba7c1629f9
parentc5a21a94f8f5cec391df3728b413644d47f455d2 (diff)
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.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index da3e3564a..ec8ab36fa 100644
--- a/.travis.yml
+++ b/.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