summaryrefslogtreecommitdiffstats
path: root/crates/globset/README.md
diff options
context:
space:
mode:
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/).