Skip to content

Commit

Permalink
travis macos: try to force using OpenSSL installed by Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 9, 2016
1 parent da70bd2 commit 89d4a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis-install.sh
Expand Up @@ -29,7 +29,7 @@ case "${TRAVIS_OS_NAME}" in
mecab-ipadic \
pcre \
cutter
brew link openssl
brew link --force openssl
;;
esac

Expand Down

0 comments on commit 89d4a0e

Please sign in to comment.