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
This commit is contained in:
Benny Wong 2019-07-30 11:56:21 -07:00 committed by Facebook Github Bot
parent b7bc76dce4
commit e240b748ac

View file

@ -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