From 3422768e4b52eb0966e843d5f9dd4f7375bedd28 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Sat, 19 Feb 2022 18:01:40 +0100 Subject: [PATCH] Replaced Travis-CI badge by Github Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc74e0..24416f7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Latest Version](https://img.shields.io/pypi/v/jsonrpclib-pelix.svg)](https://pypi.python.org/pypi/jsonrpclib-pelix/) [![License](https://img.shields.io/pypi/l/jsonrpclib-pelix.svg)](https://pypi.python.org/pypi/jsonrpclib-pelix/) -[![Travis-CI status](https://travis-ci.org/tcalmant/jsonrpclib.svg?branch=master)](https://travis-ci.org/tcalmant/jsonrpclib) +[![CI Build](https://github.com/tcalmant/jsonrpclib/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/tcalmant/jsonrpclib/actions/workflows/build.yml) [![Coveralls status](https://coveralls.io/repos/tcalmant/jsonrpclib/badge.svg?branch=master)](https://coveralls.io/r/tcalmant/jsonrpclib?branch=master) This library is an implementation of the JSON-RPC specification.