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

Commit 6c56f1d

Browse files
Update .travis.yml
1 parent 9a0ea42 commit 6c56f1d

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,12 +23,12 @@ 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:
2828
- ./build.sh --quiet verify
2929
notifications:
3030
webhooks:
3131
secure: "XshregcmoXywFrrlIk7MLluUV2Pd8Z/VftrviVZjRL5+3akix2QnP15eT2E13yNtyS1yIc3lWfrVrLLf+H5bN9dUSzxIMNoJQ/S18F/AO5VD5ewd6pLC0uYhUcHdTRQuzjLGVPlt2suKpPllV2SsGlAdGatdCfj5zM6eOG31jaA="
3232
on_success: always
3333
on_failure: always
34-
on_start: always
34+
on_start: always

0 commit comments

Comments
 (0)