From c6901a74870f15304fd3be419ad8f1c794cbfbe2 Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Mon, 3 Jan 2022 00:22:20 +0100 Subject: [PATCH] Fix CI badge in docs, remove remaining Travis CI references from docs --- docs/dev/index.rst | 2 +- docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev/index.rst b/docs/dev/index.rst index 5decc01e..03bf4e3b 100644 --- a/docs/dev/index.rst +++ b/docs/dev/index.rst @@ -2,7 +2,7 @@ Developers Guide ================ The project is hosted on `GitHub `_. -and uses `Travis `_ for +and uses `GitHub Actions `_ for Continuous Integration. A goal for the `uvloop` project is to provide a drop in replacement for the diff --git a/docs/index.rst b/docs/index.rst index d66806f1..e08506ec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ -.. image:: https://travis-ci.org/MagicStack/uvloop.svg?branch=master - :target: https://travis-ci.org/MagicStack/uvloop +.. image:: https://img.shields.io/github/workflow/status/MagicStack/uvloop/Tests + :target: https://github.com/MagicStack/uvloop/actions?query=workflow%3ATests+branch%3Amaster .. image:: https://img.shields.io/pypi/status/uvloop.svg?maxAge=2592000?style=plastic :target: https://pypi.python.org/pypi/uvloop