Browse files

Update .travis.yml

  • Loading branch information...
1 parent 20c1bb5 commit 7704ddfc7f3aaff00e9754ed32e2398d300fd842 @BrennanConroy BrennanConroy committed on GitHub Aug 2, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 .travis.yml
View
2 .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

0 comments on commit 7704ddf

Please sign in to comment.