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

Commit f7e9575

Browse files
Update .travis.yml
1 parent b56cab6 commit f7e9575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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; brew install openssl; brew link --force openssl; fi
14+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
1515
mono:
1616
- 4.0.5
1717
os:
@@ -27,4 +27,4 @@ branches:
2727
script:
2828
- ./build.sh --quiet verify
2929
env:
30-
- KOREBUILD_TEST_SKIPMONO=1
30+
- KOREBUILD_TEST_SKIPMONO=1

0 commit comments

Comments
 (0)