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 --- scripts/if_changed.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/if_changed.sh') diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh index 3bc2a65..51217d6 100755 --- a/scripts/if_changed.sh +++ b/scripts/if_changed.sh @@ -68,6 +68,7 @@ fi # Always rebuild if Travis configuration and/or build scripts changed. check_changes '^.travis.yml' +check_changes '^Gemfile.lock' check_changes '^scripts/(build|if_changed).sh' if [[ "$run" == true ]]; then -- cgit v1.2.3