diff --git a/circle.yml b/circle.yml index 7f953089a..964d2ce89 100644 --- a/circle.yml +++ b/circle.yml @@ -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: diff --git a/script/travis-install-osx b/script/travis-install-osx index 4fa42249c..f040f5158 100755 --- a/script/travis-install-osx +++ b/script/travis-install-osx @@ -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