From 844e85f21d2252af34aa2a2e9b7eae43ed7dd9a2 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 12 Jun 2017 20:00:21 +0100 Subject: [PATCH] travis: install openssl explicitly --- script/install-deps-osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh index 4b8393b19..27d80967c 100755 --- a/script/install-deps-osx.sh +++ b/script/install-deps-osx.sh @@ -5,4 +5,5 @@ set -x brew update brew install homebrew/dupes/zlib brew install curl +brew install openssl brew install libssh2