Skip to content

Commit 48381d8

Browse files
committed
Add badges to Cargo.toml
1 parent 426660f commit 48381d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ license = "MPL-2.0"
1515
keywords = ["clippy", "lint", "plugin"]
1616
categories = ["development-tools"]
1717

18+
[badges]
19+
travis-ci = { repository = "Manishearth/rust-clippy" }
20+
appveyor = { repository = "Manishearth/rust-clippy" }
21+
1822
[lib]
1923
name = "clippy"
2024
plugin = true
@@ -37,6 +41,5 @@ rustc-serialize = "0.3"
3741
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
3842
serde = "0.7"
3943

40-
4144
[features]
4245
debugging = []

0 commit comments

Comments
 (0)