From fc6e6d1ab6c0491f49c801bc088e2998b810ab5e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2019 17:50:30 -0400 Subject: [PATCH] verbose logging on MacOS --- src/travis/osx-x86_64-before-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index 892a0322..0493420d 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -12,7 +12,10 @@ sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target / export python=python3 export pip=pip3 +echo "PYthon location:" +which $python brew install openssl@1.1 > /dev/null +brew info openssl@1.1 # Compile latest OpenSSL #if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then