Skip to content

Commit 32eb964

Browse files
committed
Auto merge of #388 - mgeisler:patch-1, r=BurntSushi
Add CI badges
2 parents 30e35a3 + 12c90c9 commit 32eb964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ finite automata and guarantees linear time matching on all inputs.
1313
"""
1414
categories = ["text-processing"]
1515

16+
[badges]
17+
travis-ci = { repository = "rust-lang/regex" }
18+
appveyor = { repository = "rust-lang-libs/regex" }
19+
1620
[dependencies]
1721
# For very fast prefix literal matching.
1822
aho-corasick = "0.6.0"

0 commit comments

Comments
 (0)