aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-07-12 12:03:50 -0700
committerGravatar GitHub <noreply@github.com>2018-07-12 12:03:50 -0700
commitc586dc8747882770973b6488c9f5f9e6e3f08d6c (patch)
tree511cda1bd0c67b94ab7bbb8ba22201fecf89909b /scripts/if_changed.sh
parent49f2493e14cd68ecc0e08ad2d9fc75739e419a3b (diff)
Separate Xcode project and tests for GoogleUtilities (#1521)
Diffstat (limited to 'scripts/if_changed.sh')
-rwxr-xr-xscripts/if_changed.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index 51217d6..e0e2a18 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -46,7 +46,7 @@ elif [[ -z "$TRAVIS_COMMIT_RANGE" ]]; then
else
case "$PROJECT-$METHOD" in
Firebase-*)
- check_changes '^(Firebase|Functions|Example)'
+ check_changes '^(Firebase|Functions|GoogleUtilities|Example)'
;;
Firestore-xcodebuild|Firestore-pod-lib-lint)