From 97dc3a3f6717ab2932ceb7975367f3f4fe6fbce6 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Sun, 13 May 2018 19:10:35 -0700 Subject: Update travis to use CocoaPods 1.5.2 (#1103) * Update travis to use CocoaPods 1.5.2 * CODE_SIGNING_ALLOWED=YES * Remove workaround and iPhone 8 * Remove #1210 static library Podfile workaround * Add -all_load to Firestore Example so all C++ is available for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 82deaa3..84042cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ jobs: - PROJECT=Firebase PLATFORM=iOS METHOD=xcodebuild before_install: - npm install ios-sim -g - - ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-7, 11.3" + - ios-sim start --devicetypeid "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus, 11.3" - ./scripts/if_changed.sh ./scripts/install_prereqs.sh script: - ./scripts/if_changed.sh ./scripts/build.sh $PROJECT $PLATFORM -- cgit v1.2.3