diff --git a/proptest-derive/Cargo.toml b/proptest-derive/Cargo.toml index 283cce4b..cd9aabed 100644 --- a/proptest-derive/Cargo.toml +++ b/proptest-derive/Cargo.toml @@ -18,15 +18,6 @@ Custom-derive for the Arbitrary trait of proptest. homepage = "https://altsysrq.github.io/proptest-book/proptest-derive/index.html" edition = "2018" -[badges] -maintenance = { status = "experimental" } -travis-ci = { repository = "AltSysrq/proptest" } - -[badges.appveyor] -repository = "AltSysrq/proptest" -branch = "master" -service = "github" - [lib] proc-macro = true diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index 89657296..c8b58960 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -16,14 +16,6 @@ description = """ Hypothesis-like property-based testing and shrinking. """ -[badges] -travis-ci = { repository = "AltSysrq/proptest" } - -[badges.appveyor] -repository = "AltSysrq/proptest" -branch = "master" -service = "github" - [features] default = ["std", "fork", "timeout", "bit-set", "break-dead-code"]