Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit 0b2d47a

Browse files
committed
Update .travis.yml to fix build errors on MacOS X
1 parent 4705a00 commit 0b2d47a

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
@@ -17,5 +17,7 @@ os:
1717
- linux
1818
- osx
1919
osx_image: xcode7.1
20+
before_install:
21+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
2022
script:
2123
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)