Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 0f1a1a5

Browse files
exclude CI files
1 parent 32615cb commit 0f1a1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description = "Infrastructure for measuring the total runtime size of an object
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/servo/heapsize"
88
build = "build.rs"
9+
exclude = ["/.travis.yml", "/appveyor.yml"]
910

1011
[target.'cfg(windows)'.dependencies]
1112
winapi = { version = "0.3.4", features = ["std", "heapapi"] }

0 commit comments

Comments
 (0)