Remove CI badge from Cargo.toml

Support for badges has been deprecated by crates.io.
This commit is contained in:
David Tolnay 2020-05-01 21:04:36 -07:00
parent cc50e29dad
commit 382ddcf4d5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -25,8 +25,5 @@ default = ["proc-macro"]
# libproc_macro in the rustc compiler.
proc-macro = ["proc-macro2/proc-macro"]
[badges]
travis-ci = { repository = "dtolnay/quote" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]