aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-04-16 14:46:03 -0700
committerGravatar GitHub <noreply@github.com>2018-04-16 14:46:03 -0700
commit33701fbc9c34d221fef330c934271a028daea0e5 (patch)
tree53108578fc0260cd7ca40bb1ac8d7f8bf6630273 /scripts
parenta25d05487435d397f3b8cd399ee8355eae497f0d (diff)
Fix the build and travis change detection (#1117)
* Fix typo in main.swift * Fix change detection for Firestore in Travis
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/if_changed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh
index 08ca96d..b075a97 100755
--- a/scripts/if_changed.sh
+++ b/scripts/if_changed.sh
@@ -50,11 +50,11 @@ else
;;
Firestore-xcodebuild)
- check_changes '^Firestore/(core|third_party)'
+ check_changes '^Firestore'
;;
Firestore-cmake)
- check_changes '^Firestore'
+ check_changes '^Firestore/(core|third_party)'
;;
*)