From e240b748ac2d58d38ea4f1f6f6771d5ae998dd5b Mon Sep 17 00:00:00 2001 From: Benny Wong Date: Tue, 30 Jul 2019 11:56:21 -0700 Subject: [PATCH] Suppress warnings for pod lint Summary: The warning that is triggered (see: https://travis-ci.org/Instagram/IGListKit/builds/564842923) warns about not having a proper team ID. Since this is a library, I think it is ok to ignore this error. Reviewed By: Ziewvater Differential Revision: D16543506 fbshipit-source-id: 1057384514ca5d605daa786a991fb643c2d718e5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17fe8540..9b4f6933 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ jobs: include: - stage: pod lint name: Cocoapods Lint - script: bundle exec pod lib lint + script: bundle exec pod lib lint --allow-warnings # Build example projects - &build-examples