diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2017-06-12 20:00:21 +0100 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2017-06-12 20:00:21 +0100 |
commit | 844e85f21d2252af34aa2a2e9b7eae43ed7dd9a2 (patch) | |
tree | 4ca8fbedb8200158bdfd7da3f627f8d5a4e59af2 /script | |
parent | bd6928096d7a4c8f26b55a1e9ec710faeee7db93 (diff) | |
download | libgit2-844e85f21d2252af34aa2a2e9b7eae43ed7dd9a2.tar.gz |
travis: install openssl explicitlyethomson/travis-explicit-openssl
Diffstat (limited to 'script')
-rwxr-xr-x | script/install-deps-osx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/install-deps-osx.sh b/script/install-deps-osx.sh index 4b8393b19..27d80967c 100755 --- a/script/install-deps-osx.sh +++ b/script/install-deps-osx.sh @@ -5,4 +5,5 @@ set -x brew update brew install homebrew/dupes/zlib brew install curl +brew install openssl brew install libssh2 |