Skip to content

Commit

Permalink
Lint podspec with libraries first to avoid framework collision.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlutsenko committed May 21, 2016
1 parent f3e4f50 commit f6ef4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ script:
set -o pipefail
xcodebuild test -project Bolts.xcodeproj -sdk appletvsimulator -scheme Bolts-tvOS -destination "platform=tvOS Simulator,name=Apple TV 1080p" -configuration Debug GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
elif [ "$TEST_TYPE" = CocoaPods ]; then
pod lib lint Bolts.podspec
pod lib lint --use-libraries Bolts.podspec
pod lib lint Bolts.podspec
elif [ "$TEST_TYPE" = Carthage ]; then
carthage build --no-skip-current
fi
Expand Down

0 comments on commit f6ef4fa

Please sign in to comment.