Fix OSX build on Travis.
This commit is contained in:
parent
ccd0d52d8e
commit
9decaef0e3
|
|
@ -11,7 +11,7 @@ addons:
|
|||
- libunwind8
|
||||
- zlib1g
|
||||
before_install:
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
|
||||
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; brew link --force openssl; fi
|
||||
env:
|
||||
- MONO_THREADS_PER_CPU=2000
|
||||
mono:
|
||||
|
|
|
|||
Loading…
Reference in New Issue