Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 4417c48

Browse files
remove not needed anymore libffi fix
1 parent 08a589f commit 4417c48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ addons:
4747
before_install:
4848
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
4949
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gtk+3 cairo atk; fi
50-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
51-
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig;
52-
fi
5350
script:
5451
- rustc --version
5552
- if [ "$TRAVIS_RUST_VERSION" == "stable" ] && [ "$GTK" == "3.14" ]; then

0 commit comments

Comments
 (0)