Skip to content

Commit

Permalink
Auto merge of #388 - mgeisler:patch-1, r=BurntSushi
Browse files Browse the repository at this point in the history
Add CI badges
  • Loading branch information
bors committed Jul 25, 2017
2 parents 30e35a3 + 12c90c9 commit 32eb964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 32eb964

Please sign in to comment.