From 973ad84f80184baa13a63ed75307fce0c57f87a9 Mon Sep 17 00:00:00 2001 From: Bodil Stokke <17880+bodil@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:10:17 +0100 Subject: [PATCH] Remove the obsolete Travis CI badge. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32a9aba..bec560f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,6 @@ all-features = true [lib] path = "./src/lib.rs" -[badges] -travis-ci = { repository = "bodil/im-rs" } - [build-dependencies] version_check = "0.9"