Fix OSX build on Travis.

This commit is contained in:
Cesar Blum Silveira 2016-05-27 11:36:29 -07:00
parent c63f02c19f
commit 0c8fb843e4
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ 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
notifications: