From 89d4a0ebace2f918ba35ac0f52e6e9255976894c Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sun, 9 Oct 2016 22:27:13 +0900 Subject: [PATCH] travis macos: try to force using OpenSSL installed by Homebrew --- tools/travis-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-install.sh b/tools/travis-install.sh index 5d98d76062..f7d5a6877c 100755 --- a/tools/travis-install.sh +++ b/tools/travis-install.sh @@ -29,7 +29,7 @@ case "${TRAVIS_OS_NAME}" in mecab-ipadic \ pcre \ cutter - brew link openssl + brew link --force openssl ;; esac