From 12c90c9d5e6fe5602ad36b8f23feef99df6e0c5d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 25 Jul 2017 00:01:09 +0200 Subject: [PATCH] Add CI badges --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 664f34b16d..1f0d1265c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,10 @@ finite automata and guarantees linear time matching on all inputs. """ categories = ["text-processing"] +[badges] +travis-ci = { repository = "rust-lang/regex" } +appveyor = { repository = "rust-lang-libs/regex" } + [dependencies] # For very fast prefix literal matching. aho-corasick = "0.6.0"