We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538cc14 commit 258c8feCopy full SHA for 258c8fe
.travis.yml
@@ -62,7 +62,7 @@ jobs:
62
- bundle install
63
- gem install xcpretty
64
- brew outdated cmake || brew upgrade cmake
65
- - brew install go # Somehow the build for Abseil requires this.
+ - brew outdated go || brew upgrade go # Somehow the build for Abseil requires this.
66
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Example --repo-update
67
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Firestore/Example --no-repo-update
68
script:
0 commit comments