From 9be367f033d5f8115850fec234bde080951680b0 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Wed, 3 May 2023 15:46:20 +0100 Subject: [PATCH] removed travis build status, since it's broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ef434e..68e228f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# is [![GoDoc](https://godoc.org/github.com/matryer/is?status.png)](http://godoc.org/github.com/matryer/is) [![Go Report Card](https://goreportcard.com/badge/github.com/matryer/is)](https://goreportcard.com/report/github.com/matryer/is) [![Build Status](https://travis-ci.org/matryer/is.svg?branch=master)](https://travis-ci.org/matryer/is) +# is [![GoDoc](https://godoc.org/github.com/matryer/is?status.png)](http://godoc.org/github.com/matryer/is) [![Go Report Card](https://goreportcard.com/badge/github.com/matryer/is)](https://goreportcard.com/report/github.com/matryer/is) Professional lightweight testing mini-framework for Go. * Easy to write and read