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

Commit 33dbd6d

Browse files
Update .travis.yml
1 parent c4220c3 commit 33dbd6d

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
@@ -23,6 +23,6 @@ branches:
2323
- dev
2424
- /^(.*\/)?ci-.*$/
2525
before_install:
26-
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
26+
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; 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
2727
script:
28-
- ./build.sh --quiet verify
28+
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)