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