Update .travis.yml to link openssl correctly

This commit is contained in:
John Luo 2016-10-26 11:00:24 -07:00
parent f96ba3a254
commit b9462ebee0
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
- ./build.sh --quiet verify
notifications: