aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-09 23:42:53 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-10 00:06:16 -0600
commitccb4f6f4d9ce86208cfe40451f390191e4bf3596 (patch)
tree4e378f429ecb455a2833762e65550c872e1d8a4b /.travis
parentfff077f5de6877280e1172a504fd3c91a927fb99 (diff)
downloadcryptography-ccb4f6f4d9ce86208cfe40451f390191e4bf3596.tar.gz
cryptography-ccb4f6f4d9ce86208cfe40451f390191e4bf3596.tar.bz2
cryptography-ccb4f6f4d9ce86208cfe40451f390191e4bf3596.zip
let's see what version of openssl is already installed on these slaves
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh2
1 files changed, 2 insertions, 0 deletions
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