Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Exclude Tests in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
michallaskowski committed Oct 31, 2016
1 parent 0be5e80 commit 1f60349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
@@ -1,5 +1,6 @@
import PackageDescription

let package = Package(
name: "Unbox"
name: "Unbox",
exclude: ["Tests"]
)

0 comments on commit 1f60349

Please sign in to comment.