Skip to content

Commit 2dee3a2

Browse files
committed
Fix the travis script
1 parent 974fefd commit 2dee3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
- pod lib lint --allow-warnings
3838

3939
- echo Build as dynamic frameworks
40-
- carthage update --platform ios,tvos,macos --configuration DEBUG
40+
- carthage update --configuration DEBUG
4141
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder iOS' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c
4242
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder tvOS' -sdk appletvsimulator -configuration Debug | xcpretty -c
4343
- xcodebuild build clean -project SDWebImagePDFCoder.xcodeproj -scheme 'SDWebImagePDFCoder macOS' -sdk macosx -configuration Debug | xcpretty -c

0 commit comments

Comments
 (0)