Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 0c8fb84

Browse files
author
Cesar Blum Silveira
committed
Fix OSX build on Travis.
1 parent c63f02c commit 0c8fb84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ branches:
2222
- release
2323
- dev
2424
- /^(.*\/)?ci-.*$/
25+
before_install:
26+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
2527
script:
2628
- ./build.sh --quiet verify
2729
notifications:

0 commit comments

Comments
 (0)