The latest libwebp library has some warnings that cause our pod spec lint to fail
This commit is contained in:
parent
76ed37636f
commit
36f5b1e4e9
|
@ -13,7 +13,7 @@ before_install:
|
|||
|
||||
script:
|
||||
|
||||
- pod lib lint
|
||||
- pod lib lint --allow-warnings
|
||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
|
||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
|
||||
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build
|
||||
|
|
Loading…
Reference in New Issue