Skip to content

Commit

Permalink
Remove double run of brew update
Browse files Browse the repository at this point in the history
The broken formula, Homebrew/legacy-homebrew#45616, that
caused `brew update` to fail the first time has been fixed.
  • Loading branch information
mokagio committed Feb 14, 2016
1 parent 7c4b41b commit 8fe0b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ checkout:

dependencies:
pre:
# There is a bug in a formula resulting in update failing if run once, but not the second time
# See https://github.com/Homebrew/homebrew/issues/45616
- brew update || brew update
- brew update
- brew outdated xctool || brew upgrade xctool

test:
Expand Down
4 changes: 1 addition & 3 deletions script/travis-install-osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ set -e

git submodule update --init --recursive

# There is a bug in a formula resulting in update failing if run once, but not the second time
# See https://github.com/Homebrew/homebrew/issues/45616
brew update || brew update
brew update
brew outdated xctool || brew upgrade xctool

0 comments on commit 8fe0b3d

Please sign in to comment.