From 7ca8cd803f8a7a4a4490fdba7ba36b163c8bcecb Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Tue, 12 May 2015 11:31:40 +0200 Subject: [PATCH] Remove pod lib lint from travis It looks like travis does have issues with testing redirect links in a podspec (causes failures even when the server is up and running fine) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 363cfc5baf..a3c0105c2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,3 @@ script: -configuration Debug -destination "platform=iOS Simulator,name=iPhone 6" test | xcpretty -c - cd .. -- pod lib lint