aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/if_changed.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-09 19:23:38 -0700
committerGravatar GitHub <noreply@github.com>2018-05-09 19:23:38 -0700
commit53b866443995ed8e796246d1f22a6fe47f76be6b (patch)
tree897042336f2e4df0ec77cf95711946c95c301990 /scripts/if_changed.sh
parentfb6f930f7beea29129cea89896d8ab874316ecbe (diff)
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
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 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'
;;