summaryrefslogtreecommitdiffstats
path: root/crates/printer
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/printer
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/printer')
-rw-r--r--crates/printer/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/printer/README.md b/crates/printer/README.md
index 93505312..a0b3653f 100644
--- a/crates/printer/README.md
+++ b/crates/printer/README.md
@@ -3,8 +3,7 @@ grep-printer
Print results from line oriented searching in a human readable, aggregate or
JSON Lines format.
-[![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/grep-printer.svg)](https://crates.io/crates/grep-printer)
Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).