From 36096360686be7d193430720f559fd788b08e2cc Mon Sep 17 00:00:00 2001 From: Amar Prakash Pandey Date: Mon, 9 May 2022 18:43:29 +0530 Subject: [PATCH] Add github workflow status badge in readme - Removed old travis build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b091c26..3d7c0dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ koanf comes with built in support for reading configuration from files, command line flags, and environment variables, and can parse JSON, YAML, TOML, and Hashicorp HCL. -[![Build Status](https://travis-ci.com/knadh/koanf.svg?branch=master)](https://travis-ci.com/knadh/koanf) [![GoDoc](https://godoc.org/github.com/knadh/koanf?status.svg)](https://godoc.org/github.com/knadh/koanf) +[![Run Tests](https://github.com/knadh/koanf/actions/workflows/test.yml/badge.svg)](https://github.com/knadh/koanf/actions/workflows/test.yml) [![GoDoc](https://godoc.org/github.com/knadh/koanf?status.svg)](https://godoc.org/github.com/knadh/koanf) ### Installation