diff --git a/url/Cargo.toml b/url/Cargo.toml index ddfbc6cff..d7da25882 100644 --- a/url/Cargo.toml +++ b/url/Cargo.toml @@ -16,10 +16,6 @@ include = ["src/**/*", "LICENSE-*", "README.md", "tests/**"] edition = "2018" rust-version = "1.56" -[badges] -travis-ci = { repository = "servo/rust-url" } -appveyor = { repository = "Manishearth/rust-url" } - [dev-dependencies] serde_json = "1.0" bencher = "0.1"