From 33701fbc9c34d221fef330c934271a028daea0e5 Mon Sep 17 00:00:00 2001 From: Gil Date: Mon, 16 Apr 2018 14:46:03 -0700 Subject: Fix the build and travis change detection (#1117) * Fix typo in main.swift * Fix change detection for Firestore in Travis --- scripts/if_changed.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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)' ;; *) -- cgit v1.2.3