summaryrefslogtreecommitdiffstats
path: root/crates/globset/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-11-16 19:07:16 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-11-16 19:07:16 -0500
commitd97fb72d84a8dff95ecc1f7ce7736a0b0673b712 (patch)
tree1cae509dd9ab5abdc223a26a63369733bb95dfba /crates/globset/README.md
parentd6365117e2e5be90397b65ed6f4c20f98a504f22 (diff)
doc: update CI links in crate READMEs
I switched to GitHub Actions long ago, which replaces both Travis and AppVeyor. Fixes #1732
Diffstat (limited to 'crates/globset/README.md')
-rw-r--r--crates/globset/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/globset/README.md b/crates/globset/README.md
index e26a0974..17cab82c 100644
--- a/crates/globset/README.md
+++ b/crates/globset/README.md
@@ -4,8 +4,7 @@ Cross platform single glob and glob set matching. Glob set matching is the
process of matching one or more glob patterns against a single candidate path
simultaneously, and returning all of the globs that matched.
-[![Linux build status](https://api.travis-ci.org/BurntSushi/ripgrep.svg)](https://travis-ci.org/BurntSushi/ripgrep)
-[![Windows build status](https://ci.appveyor.com/api/projects/status/github/BurntSushi/ripgrep?svg=true)](https://ci.appveyor.com/project/BurntSushi/ripgrep)
+[![Build status](https://github.com/BurntSushi/ripgrep/workflows/ci/badge.svg)](https://github.com/BurntSushi/ripgrep/actions)
[![](https://img.shields.io/crates/v/globset.svg)](https://crates.io/crates/globset)
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).