Skip to content

Commit 245034c

Browse files
Merge pull request #98 from dbsystel/develop
v2.0.1
2 parents 784f401 + d69f876 commit 245034c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
script:
2626
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=macOS" test | xcpretty
2727
- 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
2929
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=iOS Simulator,name=iPhone 8" test | xcpretty
3030
- swift test & pod spec lint --allow-warnings & carthage build --no-skip-current
3131
- jazzy --clean --author "DBSystel" --github_url https://github.com/dbsystel/DBNetworkStack --module DBNetworkStack --output docs

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let package = Package(
4444
.target(
4545
name: "DBNetworkStack",
4646
dependencies: [],
47-
path: "Source")
47+
path: "Source"),
4848
.testTarget(
4949
name: "DBNetworkStackTests",
5050
dependencies: ["DBNetworkStack"],

0 commit comments

Comments
 (0)