We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a48e62 commit b5aea29Copy full SHA for b5aea29
1 file changed
.travis.yml
@@ -8,6 +8,7 @@ os:
8
osx_image: xcode9.3
9
install:
10
- export PREBUILD_SLUG=$TRAVIS_REPO_SLUG
11
+ - export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" #node-gfx/node-canvas-prebuilt#76
12
- >- # this should only run on linux
13
if [ $TRAVIS_OS_NAME = "linux" ]; then
14
0 commit comments