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

Commit

Permalink
Auto merge of #101 - ignatenkobrain:patch-1, r=jdm
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Oct 30, 2018
2 parents 32615cb + 0f1a1a5 commit a662381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "Infrastructure for measuring the total runtime size of an object
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/heapsize"
build = "build.rs"
exclude = ["/.travis.yml", "/appveyor.yml"]

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

0 comments on commit a662381

Please sign in to comment.