upgrade OpenSSL OSX, show OpenSSL info

This commit is contained in:
Jay Lee
2019-04-23 10:39:16 -04:00
parent f0d0345fcd
commit 6d16eae210
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-install.sh
script:
- gam/gam version
- gam/gam version extended
before_deploy:
- export TRAVIS_TAG="preview"

View File

@@ -1,4 +1,5 @@
brew update
brew upgrade openssl@1.1
brew upgrade python3
export PATH=/usr/local/opt/python/libexec/bin:$PATH
pip install --upgrade pip