diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index 1825a6e6..e4e3e0b8 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -11,10 +11,6 @@ categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" edition = "2018" -[badges] -travis-ci = { repository = "actix/actix-service", branch = "master" } -codecov = { repository = "actix/actix-service", branch = "master", service = "github" } - [lib] name = "actix_service" path = "src/lib.rs"