Skip to content

Commit

Permalink
Install OpenSSL from Homebrew for macOS tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 10, 2020
1 parent ed50459 commit 2b68323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

before_install:
- mkdir -p ${HOME}/.cache/pyenv
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && (brew upgrade pyenv || true); fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && (brew upgrade pyenv || true) && (brew install openssl || true); fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then git -C "$(pyenv root)" fetch && git -C "$(pyenv root)" checkout master && git -C "$(pyenv root)" pull; fi

install:
Expand Down

0 comments on commit 2b68323

Please sign in to comment.