From 984fd915664f30426ee209ab1f567cf18a5bd847 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Tue, 15 Dec 2020 13:46:58 -0700 Subject: [PATCH] README.md: Transition from Travis CI to Github Actions Travis CI has now been disabled. Delete the Travis CI badge and display the Github Actions continuous integration workflow badge. Signed-off-by: Tom Hromatka --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22360705..541fd977 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://img.shields.io/travis/libcgroup/libcgroup/master.svg)](https://travis-ci.org/libcgroup/libcgroup) +[![Build Status](https://github.com/libcgroup/libcgroup/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/libcgroup/libcgroup/actions) [![Coverage Status](https://coveralls.io/repos/github/libcgroup/libcgroup/badge.svg?branch=master)](https://coveralls.io/github/libcgroup/libcgroup?branch=master) The entire libcgroup README is available [here](README). -- 2.47.2