Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 17199e1

Browse files
committed
Remove podspec lint with frameworks from Travis, due to FBSDK failing to build.
1 parent c984a9f commit 17199e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ script:
1919
set -o pipefail
2020
xcodebuild test -workspace ParseFacebookUtils.xcworkspace -sdk iphonesimulator -scheme ParseFacebookUtilsV4-iOS -configuration Debug -destination "platform=iOS Simulator,name=iPhone 4s" -destination "platform=iOS Simulator,name=iPhone 6 Plus" GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty
2121
elif [ "$TEST_TYPE" = CocoaPods ]; then
22-
pod lib lint ParseFacebookUtilsV4.podspec
2322
pod lib lint --use-libraries ParseFacebookUtilsV4.podspec
2423
elif [ "$TEST_TYPE" = Package ]; then
2524
bundle exec rake package:frameworks

0 commit comments

Comments
 (0)