diff --git a/Cargo.toml b/Cargo.toml index 492b2ec9ab7..e06a002c04c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,10 @@ license = "MPL-2.0" keywords = ["clippy", "lint", "plugin"] categories = ["development-tools"] +[badges] +travis-ci = { repository = "Manishearth/rust-clippy" } +appveyor = { repository = "Manishearth/rust-clippy" } + [lib] name = "clippy" plugin = true @@ -37,6 +41,5 @@ rustc-serialize = "0.3" clippy-mini-macro-test = { version = "0.1", path = "mini-macro" } serde = "0.7" - [features] debugging = []