From 65b3b7ab556ddeea1fb25068e31201b18ac17b76 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 11 Apr 2023 11:03:26 +0200 Subject: [PATCH] Fix CI badge Replace broken Travis CI badge with a GitHub Actions one. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 96f6882..1c96164 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ IPython `pdb` ============= -.. image:: https://travis-ci.org/gotcha/ipdb.png?branch=master - :target: https://travis-ci.org/gotcha/ipdb +.. image:: https://github.com/gotcha/ipdb/actions/workflows/tests.yml/badge.svg + :target: https://github.com/gotcha/ipdb/actions/workflows/tests.yml .. image:: https://codecov.io/gh/gotcha/ipdb/branch/master/graphs/badge.svg?style=flat :target: https://codecov.io/gh/gotcha/ipdb?branch=master