aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-23 10:00:02 -0700
committerGravatar GitHub <noreply@github.com>2018-04-23 10:00:02 -0700
commit8e70791465f9b5e4bb75dfc18de4a4ed90961974 (patch)
treeb5c190167a43e406690925ca3ea75200470acf71 /.travis.yml
parent12d9358c96d8de816254992b20d263e8ad9aac63 (diff)
Update travis to use Xcode 9.3 (#1163)
* Workaround already installed brew error message * NSJSONSerialization of doubles is now fixed on OSX
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a8e4ca..f395fd9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
os: osx
-osx_image: xcode9.2
+osx_image: xcode9.3
language: objective-c
cache:
- bundler
@@ -61,8 +61,8 @@ jobs:
before_install:
- bundle install
- gem install xcpretty
- - brew install cmake
- - brew install go # Somehow the build for Abseil requires this.
+ - brew outdated cmake || brew upgrade cmake
+ - brew outdated go || brew upgrade go # Somehow the build for Abseil requires this.
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Example --repo-update
- ./scripts/if_changed.sh bundle exec pod install --project-directory=Firestore/Example --no-repo-update
script: