readme: use GitHub actions badge

This commit is contained in:
Andrew Gallant
2020-01-10 19:19:39 -05:00
parent d3b88ab5a7
commit 2bd1624c00
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -11,10 +11,6 @@ keywords = ["memchr", "char", "scan", "strchr", "string"]
license = "Unlicense/MIT"
exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml"]
[badges]
travis-ci = { repository = "BurntSushi/rust-memchr" }
appveyor = { repository = "BurntSushi/rust-memchr" }
[lib]
name = "memchr"
bench = false
+1 -2
View File
@@ -2,8 +2,7 @@ memchr
======
The `memchr` crate provides heavily optimized routines for searching bytes.
[![Build status](https://api.travis-ci.org/BurntSushi/rust-memchr.png)](https://travis-ci.org/BurntSushi/rust-memchr)
[![Build status](https://ci.appveyor.com/api/projects/status/8i9484t8l4w7uql0/branch/master?svg=true)](https://ci.appveyor.com/project/BurntSushi/rust-memchr/branch/master)
[![Build status](https://github.com/BurntSushi/rust-memchr/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-memchr/actions)
[![](http://meritbadge.herokuapp.com/memchr)](https://crates.io/crates/memchr)
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).