From ccb4f6f4d9ce86208cfe40451f390191e4bf3596 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 9 Jan 2014 23:42:53 -0600 Subject: let's see what version of openssl is already installed on these slaves --- .travis/install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis/install.sh') diff --git a/.travis/install.sh b/.travis/install.sh index 777ca87a..3f0f8ffd 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -44,8 +44,10 @@ if [[ "$(uname -s)" == "Darwin" ]]; then esac pyenv rehash if [[ "${OPENSSL}" != "0.9.8" ]]; then + /usr/local/opt/openssl/bin/openssl version curl -O https://langui.sh/travis/openssl-1.0.1f.mavericks.bottle.tar.gz brew install openssl-1.0.1f.mavericks.bottle.tar.gz + /usr/local/opt/openssl/bin/openssl version fi else # add mega-python ppa -- cgit v1.2.3