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

Commit 7837ef6

Browse files
Merge pull request #292 from GuillaumeGomez/libffi-osx-fix
remove not needed anymore libffi fix
2 parents 6b8c19f + 4417c48 commit 7837ef6

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)