From e57abc7762e149f467ab47c2bf43cbfa46db26b3 Mon Sep 17 00:00:00 2001 From: Cesar Blum Silveira Date: Wed, 2 Nov 2016 15:34:49 -0700 Subject: [PATCH] Update .travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3b3853ed7..150cf03a06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,6 @@ 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