From e5b48fab700635fb76aebce5f81145f7309fbd28 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Tue, 28 Nov 2023 09:29:58 -0500 Subject: [PATCH] Replace outdated reference to travis build with github actions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 088208d..823e90f 100644 --- a/README.rst +++ b/README.rst @@ -74,8 +74,8 @@ License Django-prbac is distributed under the MIT license. (See the LICENSE file for details) -.. |Build Status| image:: https://travis-ci.com/dimagi/django-prbac.png?branch=master - :target: https://travis-ci.com/dimagi/django-prbac +.. |Build Status| image:: https://github.com/dimagi/django-prbac/actions/workflows/tests.yml/badge.svg + :target: https://github.com/dimagi/django-prbac/actions/workflows/tests.yml .. |Test coverage| image:: https://coveralls.io/repos/dimagi/django-prbac/badge.png?branch=master :target: https://coveralls.io/r/dimagi/django-prbac .. |PyPi version| image:: https://img.shields.io/pypi/v/django-prbac.svg