aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-13 19:10:35 -0700
committerGravatar GitHub <noreply@github.com>2018-05-13 19:10:35 -0700
commit97dc3a3f6717ab2932ceb7975367f3f4fe6fbce6 (patch)
tree03a5d617143cb3ed9f1136f8cc7ea0bed269358a /scripts/if_changed.sh
parent450d7a18ffffbaeb8722b2d84ec181fbff7e91bb (diff)
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
Diffstat (limited to 'scripts/if_changed.sh')
-rwxr-xr-xscripts/if_changed.sh1
1 files changed, 1 insertions, 0 deletions
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