Fix OSX build on Travis.
This commit is contained in:
parent
58ef466fa2
commit
99d9ed9c2f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue