From 9de8611e15034430780bd03da87b7f69505fe531 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 14 Sep 2021 10:00:24 -0400 Subject: [PATCH] README: change out badge of CI Signed-off-by: Vincent Batts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2c1a6..b285a6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-mtree -[![Build Status](https://travis-ci.org/vbatts/go-mtree.svg?branch=master)](https://travis-ci.org/vbatts/go-mtree) [![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree) +[![Go Report Card](https://goreportcard.com/badge/github.com/vbatts/go-mtree)](https://goreportcard.com/report/github.com/vbatts/go-mtree) `mtree` is a filesystem hierarchy validation tooling and format. This is a library and simple cli tool for [mtree(8)][mtree(8)] support.