From 48381d85f587b54a4d2421889edb4da8bb139e92 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 20 Jan 2017 19:17:52 +0100 Subject: [PATCH] Add badges to Cargo.toml --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = []