Skip to content

Commit 258c8fe

Browse files
committed
Workaround already installed brew error message #2
1 parent 538cc14 commit 258c8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- bundle install
6363
- gem install xcpretty
6464
- brew outdated cmake || brew upgrade cmake
65-
- brew install go # Somehow the build for Abseil requires this.
65+
- brew outdated go || brew upgrade go # Somehow the build for Abseil requires this.
6666
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Example --repo-update
6767
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Firestore/Example --no-repo-update
6868
script:

0 commit comments

Comments
 (0)