diff --git a/Cargo.toml b/Cargo.toml index bfeee771e..ed871cfdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,6 @@ readme = "README.md" autotests = true edition = "2018" -[badges] -travis-ci = { repository = "alexcrichton/curl-rust" } -appveyor = { repository = "alexcrichton/curl-rust" } - [dependencies] libc = "0.2.42" curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false } diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 2b78ff5d1..f875edeb9 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -12,10 +12,6 @@ categories = ["external-ffi-bindings"] edition = "2018" exclude = ["curl/docs/", "curl/tests/"] -[badges] -travis-ci = { repository = "alexcrichton/curl-rust" } -appveyor = { repository = "alexcrichton/curl-rust" } - [lib] name = "curl_sys" path = "lib.rs"