mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
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:
parent
b7bc76dce4
commit
e240b748ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue