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

Commit 2384ad8

Browse files
Merge pull request #475 from gtk-rs/travis
Fix travis build
2 parents aebd311 + de644fa commit 2384ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ addons:
5252
before_install:
5353
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
5454
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install gtk+3 cairo atk; fi
55-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig; fi
55+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig; fi
5656
- if [[ "$ARM" == "1" ]]; then rustup target add armv7-unknown-linux-gnueabihf; fi
5757
script:
5858
- if [ "$TRAVIS_RUST_VERSION" == "beta" ]; then

0 commit comments

Comments
 (0)