Fix OSX build on Travis.
This commit is contained in:
parent
5095594cd3
commit
20a365b778
|
|
@ -22,6 +22,8 @@ branches:
|
||||||
- release
|
- release
|
||||||
- dev
|
- dev
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
|
before_install:
|
||||||
|
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
|
||||||
script:
|
script:
|
||||||
- ./build.sh verify
|
- ./build.sh verify
|
||||||
notifications:
|
notifications:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue