From 53b866443995ed8e796246d1f22a6fe47f76be6b Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 9 May 2018 19:23:38 -0700 Subject: Add back pod spec lint checking (#1252) * Add back pod spec lint checking * Separate pod lib lint to stages * order unit tests before lints * add lint to install_prereqs and remove default * consolidate pod_install and install_prereqs scripts * workaround travis 10 minute timeout for Firestore lint --- scripts/if_changed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/if_changed.sh') diff --git a/scripts/if_changed.sh b/scripts/if_changed.sh index 697cad2..3bc2a65 100755 --- a/scripts/if_changed.sh +++ b/scripts/if_changed.sh @@ -49,7 +49,7 @@ else check_changes '^(Firebase|Functions|Example)' ;; - Firestore-xcodebuild) + Firestore-xcodebuild|Firestore-pod-lib-lint) check_changes '^Firestore' ;; -- cgit v1.2.3