Skip to content

Commit

Permalink
Remove test target from SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Feb 26, 2018
1 parent 6a9f37b commit 956d57c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Package.swift
Expand Up @@ -26,10 +26,6 @@ let package = Package(
name: "RxAlamofire",
dependencies: ["RxSwift", "Alamofire"],
path: "Sources",
exclude: ["Cocoa"]),
.testTarget(
name: "RxAlamofireTests",
dependencies: ["RxAlamofire", "RxSwift", "Alamofire"],
path: "RxAlamofire/RxAlamofireTests"),
exclude: ["Cocoa"])
]
)

0 comments on commit 956d57c

Please sign in to comment.