diff --git a/Cargo.toml b/Cargo.toml index 44f57e9..672b4c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ name = "num-traits" version = "0.2.6" readme = "README.md" build = "build.rs" +exclude = ["/ci/*", "/.travis.yml", "/bors.toml"] [package.metadata.docs.rs] features = ["std"]