From 499516585b599fe6ef96735884e959aa4f91371f Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:04:27 -0500 Subject: [PATCH] Migrate from Travis-CI to GitHub Actions --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index dc21171b..b5c28a1f 100644 --- a/README.rst +++ b/README.rst @@ -481,8 +481,8 @@ Please report bugs on the GitHub issue tracker https://github.com/domainaware/parsedmarc/issues -.. |Build Status| image:: https://travis-ci.org/domainaware/parsedmarc.svg?branch=master - :target: https://travis-ci.org/domainaware/parsedmarc +.. |Build Status| image:: https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml/badge.svg + :target: https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml .. |Code Coverage| image:: https://codecov.io/gh/domainaware/parsedmarc/branch/master/graph/badge.svg :target: https://codecov.io/gh/domainaware/parsedmarc diff --git a/docs/index.rst b/docs/index.rst index 87c864a5..2e2bae1a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1605,8 +1605,8 @@ Indices and tables * :ref:`search` -.. |Build Status| image:: https://travis-ci.org/domainaware/parsedmarc.svg?branch=master - :target: https://travis-ci.org/domainaware/parsedmarc +.. |Build Status| image:: https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml/badge.svg + :target: https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml .. |Code Coverage| image:: https://codecov.io/gh/domainaware/parsedmarc/branch/master/graph/badge.svg :target: https://codecov.io/gh/domainaware/parsedmarc