Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Set PKG_CONFIG_PATH before calling openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Sep 26, 2018
1 parent 11dbb90 commit d059d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,10 +21,10 @@ addons:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CC=gcc-7; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-7; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig; fi
- env
- openssl version
- ./scripts/travis-before-install
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig; fi

node_js:
- 8
Expand Down

0 comments on commit d059d32

Please sign in to comment.