From 36f5b1e4e94d4c5fc0067e66311e8cbf4790055d Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Tue, 17 Mar 2015 15:43:11 +0200 Subject: [PATCH] The latest libwebp library has some warnings that cause our pod spec lint to fail --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c1d3e8b..733d38e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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