Skip to content

Commit

Permalink
Merge pull request #98 from dbsystel/develop
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
lightsprint09 authored Oct 29, 2019
2 parents 784f401 + d69f876 commit 245034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
script:
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=macOS" test | xcpretty
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=tvOS Simulator,name=Apple TV" test | xcpretty
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=watchOS Simulator,name=Apple Watch - 38mm" build | xcpretty
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=watchOS Simulator,name=Apple Watch Series 4 - 40mm" build | xcpretty
- set -o pipefail && xcodebuild -scheme DBNetworkStack -destination "platform=iOS Simulator,name=iPhone 8" test | xcpretty
- swift test & pod spec lint --allow-warnings & carthage build --no-skip-current
- jazzy --clean --author "DBSystel" --github_url https://github.com/dbsystel/DBNetworkStack --module DBNetworkStack --output docs
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let package = Package(
.target(
name: "DBNetworkStack",
dependencies: [],
path: "Source")
path: "Source"),
.testTarget(
name: "DBNetworkStackTests",
dependencies: ["DBNetworkStack"],
Expand Down

0 comments on commit 245034c

Please sign in to comment.