From bfcc0918157b3211998d546099b742a3d2951593 Mon Sep 17 00:00:00 2001 From: Endre Simo Date: Wed, 27 Oct 2021 07:36:37 +0300 Subject: [PATCH] doc: replace travis badge with github actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a92ead..56a2316 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

pigo-logo

-[![Build Status](https://travis-ci.org/esimov/pigo.svg?branch=master)](https://travis-ci.org/esimov/pigo) +[![CI](https://github.com/esimov/pigo/actions/workflows/ci.yml/badge.svg)](https://github.com/esimov/pigo/actions/workflows/ci.yml) [![go.dev reference](https://img.shields.io/badge/pkg.go.dev-reference-007d9c?logo=go)](https://pkg.go.dev/github.com/esimov/pigo/core) [![license](https://img.shields.io/github/license/esimov/pigo)](./LICENSE) [![release](https://img.shields.io/badge/release-v1.4.4-blue.svg)](https://github.com/esimov/pigo/releases/tag/v1.4.4)