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

Commit e7409e1

Browse files
Update .travis.yml
1 parent 1f336da commit e7409e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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:
@@ -25,4 +25,4 @@ branches:
2525
- dev
2626
- /^(.*\/)?ci-.*$/
2727
script:
28-
- ./build.sh --quiet verify
28+
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)