diff options
author | Gil <mcg@google.com> | 2018-04-16 14:46:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-16 14:46:03 -0700 |
commit | 33701fbc9c34d221fef330c934271a028daea0e5 (patch) | |
tree | 53108578fc0260cd7ca40bb1ac8d7f8bf6630273 /scripts | |
parent | a25d05487435d397f3b8cd399ee8355eae497f0d (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-x | scripts/if_changed.sh | 4 |
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)' ;; *) |