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

Commit 0eb8583

Browse files
author
bors-servo
authored
Auto merge of #101 - ignatenkobrain:patch-1, r=Manishearth
exclude CI files <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/heapsize/101) <!-- Reviewable:end -->
2 parents 32615cb + 0f1a1a5 commit 0eb8583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
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)