Skip to content

Commit

Permalink
Remove not needed test target
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed May 2, 2017
1 parent 44db782 commit 3c46a25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ let package = Package(
dependencies: ["RswiftCore"]
),
Target(name: "RswiftCore"),
Target(
name: "RswiftCoreTests",
dependencies: ["RswiftCore"]
),
],
dependencies: [
.Package(url: "https://github.com/kylef/Commander.git", majorVersion: 0, minor: 6),
Expand Down

0 comments on commit 3c46a25

Please sign in to comment.