From 82d4f4bc4226bd9d0494a604cb2f39632f6a0b57 Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Mon, 26 Sep 2016 12:39:37 -0700 Subject: [PATCH] Re-enable Travis-CI CocoaPods linting for all frameworks. (#61) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 008b0c30..cf15c543 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,4 +41,6 @@ script: xcodebuild build -workspace FacebookSwift.xcworkspace -sdk iphonesimulator -scheme SwiftCatalog -configuration Debug -destination "platform=iOS Simulator,name=iPhone 5" -destination "platform=iOS Simulator,name=iPhone 7 Plus" | xcpretty -c elif [ "$TEST_TYPE" = CocoaPods ]; then pod lib lint FacebookCore.podspec + pod lib lint FacebookLogin.podspec + pod lib lint FacebookShare.podspec fi