Fix Travis build on OSX.

This commit is contained in:
Cesar Blum Silveira 2016-05-26 22:13:28 -07:00
parent b9b67f6bf4
commit 8df6fbc500
1 changed files with 2 additions and 0 deletions

View File

@ -17,5 +17,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
script:
- ./build.sh --quiet verify