Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit d394504

Browse files
author
Cesar Blum Silveira
committed
Fix OSX build on Travis.
1 parent 540b902 commit d394504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
- libunwind8
1212
- zlib1g
1313
before_install:
14-
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
14+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; brew link --force openssl; fi
1515
mono:
1616
- 4.0.5
1717
os:

0 commit comments

Comments
 (0)