Skip to content

Commit

Permalink
Add brew install curl --with-openssl for PowerShell/PowerShell#2211
Browse files Browse the repository at this point in the history
  • Loading branch information
tlindsay42 committed Oct 31, 2017
1 parent 4b3dae9 commit a63e9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/travis/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ case "$OSTYPE" in
if hash brew 2>/dev/null; then
brew update > /dev/null

brew install curl --with-openssl

brew tap caskroom/cask
else
echo "ERROR: Homebrew is not installed! Aborting..." >&2
Expand Down

0 comments on commit a63e9a5

Please sign in to comment.