diff --git a/Cargo.toml b/Cargo.toml index 383d5683..d1f6845c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ documentation = "https://docs.rs/serde_urlencoded" description = "`x-www-form-urlencoded` meets Serde" categories = ["encoding", "web-programming"] keywords = ["serde", "serialization", "urlencoded"] +exclude = ["/.travis.yml", "/bors.toml"] [badges] travis-ci = {repository = "nox/serde_urlencoded"}