aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 6b66f5bf..130d30f7 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -8,6 +8,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
brew update || brew update
brew outdated openssl || brew upgrade openssl
+ brew install openssl@1.1
# install pyenv
git clone --depth 1 https://github.com/pyenv/pyenv ~/.pyenv