From eab0beaf1b5e30ae11538b5add6ddc18c84fba16 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 10 Feb 2021 11:38:26 +0100 Subject: [PATCH] readme: Replace outdated Travis-CI badge with Github Actions badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a691473f..d46fdf862 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ c-lightning is a lightweight, highly customizable and [standard compliant][std] ## Project Status -[![Build Status][travis-ci]][travis-ci-link] +[![Continuous Integration](https://github.com/ElementsProject/lightning/workflows/Continuous%20Integration/badge.svg)][actions] [![Pull Requests Welcome][prs]][prs-link] [![Irc][IRC]][IRC-link] [![Documentation Status](https://readthedocs.org/projects/lightning/badge/?version=docs)][docs] @@ -231,3 +231,4 @@ You should also configure with `--enable-developer` to get additional checks and [dockerhub]: https://hub.docker.com/r/elementsproject/lightningd/ [jsonrpcspec]: https://www.jsonrpc.org/specification [helpme-github]: https://github.com/lightningd/plugins/tree/master/helpme +[actions]: https://github.com/ElementsProject/lightning/actions