From: Tom Hromatka Date: Tue, 15 Dec 2020 20:46:58 +0000 (-0700) Subject: README.md: Transition from Travis CI to Github Actions X-Git-Tag: v2.0.rc1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=984fd915664f30426ee209ab1f567cf18a5bd847;p=thirdparty%2Flibcgroup.git 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 --- 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).