Skip to content

Conversation

TravisEz13
Copy link
Member

fixes #4505
Thanks, @richardszalay for spotting the issue

# Suppress output, it's very noisy on travis-ci
echo "Refreshing Homebrew cache..."
if ! brew update >/dev/null; then
echo "ERROR: Refreshing Homebrew cache failed..." >&2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we stop the script at if the update fails?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

Copy link
Member

@adityapatwardhan adityapatwardhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daxian-dbw daxian-dbw merged commit df379f2 into PowerShell:master Aug 8, 2017
@TravisEz13 TravisEz13 added the Area-Maintainers-Build specific to affecting the build label Aug 8, 2017
@TravisEz13 TravisEz13 deleted the FixOldInstallsOnMacOs branch August 8, 2017 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Maintainers-Build specific to affecting the build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install-powershell.sh on macOS can install very old version of powershell

4 participants