File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ matrix:
25
25
script :
26
26
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=macOS" test | xcpretty
27
27
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=tvOS Simulator,name=Apple TV" test | xcpretty
28
- - set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=watchOS Simulator,name=Apple Watch - 38mm " build | xcpretty
28
+ - set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=watchOS Simulator,name=Apple Watch Series 4 - 40mm " build | xcpretty
29
29
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=iOS Simulator,name=iPhone 8" test | xcpretty
30
30
- swift test & pod spec lint --allow-warnings & carthage build --no-skip-current
31
31
- jazzy --clean --author "DBSystel" --github_url https://github.com/dbsystel/DBNetworkStack --module DBNetworkStack --output docs
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ let package = Package(
44
44
. target(
45
45
name: " DBNetworkStack " ,
46
46
dependencies: [ ] ,
47
- path: " Source " )
47
+ path: " Source " ) ,
48
48
. testTarget(
49
49
name: " DBNetworkStackTests " ,
50
50
dependencies: [ " DBNetworkStack " ] ,
You can’t perform that action at this time.
0 commit comments