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

Commit

Permalink
Remove podspec lint with frameworks from Travis, due to FBSDK failing…
Browse files Browse the repository at this point in the history
… to build.
  • Loading branch information
nlutsenko committed Dec 14, 2015
1 parent c984a9f commit 17199e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ script:
set -o pipefail
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
elif [ "$TEST_TYPE" = CocoaPods ]; then
pod lib lint ParseFacebookUtilsV4.podspec
pod lib lint --use-libraries ParseFacebookUtilsV4.podspec
elif [ "$TEST_TYPE" = Package ]; then
bundle exec rake package:frameworks
Expand Down

0 comments on commit 17199e1

Please sign in to comment.