Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Fix the Travis-CI script again
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Nov 13, 2019
1 parent 4a39ac5 commit 2b65879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ script:

- echo Build example
- pod install --project-directory=Example
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example' -sdk iphonesimulator -destination 'name=iPhone 8' -configuration Debug | xcpretty -c
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example macOS' -sdk macosx -configuration Debug | xcpretty -c
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example' -destination 'name=iPhone 8' -configuration Debug | xcpretty -c
- xcodebuild build -workspace Example/SDWebImageSVGKitPlugin.xcworkspace -scheme 'SDWebImageSVGKitPlugin-Example macOS' -destination 'platform=macOS,arch=x86_64' -configuration Debug | xcpretty -c
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- CocoaLumberjack/Core (= 3.6.0)
- CocoaLumberjack/Core (3.6.0)
- SDWebImage/Core (5.3.1)
- SDWebImageSVGKitPlugin (0.1.0):
- SDWebImageSVGKitPlugin (1.0.0):
- SDWebImage/Core (~> 5.0)
- SVGKit (>= 2.1)
- SVGKit (2.1.0):
Expand Down Expand Up @@ -33,7 +33,7 @@ CHECKOUT OPTIONS:
SPEC CHECKSUMS:
CocoaLumberjack: 78b0c238666f4f58db069738ec176f4519557516
SDWebImage: 7137d57385fb632129838c1e6ab9528a22c666cc
SDWebImageSVGKitPlugin: 0b15822b1eed73b03110d221ee4c105a24848bdd
SDWebImageSVGKitPlugin: ec8a6a4492d1dc40f5f9fa1dee4acca07f93ad15
SVGKit: 8a2fc74258bdb2abb54d3b65f3dd68b0277a9c4d

PODFILE CHECKSUM: 91804dc9be5d336ef696711e8704688dfe2f0a2a
Expand Down

0 comments on commit 2b65879

Please sign in to comment.