From: Eli Bendersky Date: Wed, 23 Sep 2020 13:23:47 +0000 (-0700) Subject: Change badge image to point to github actions, not Travis X-Git-Tag: v0.27~10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9023023e8478715ad497ce81eb096dcc428ad914;p=pyelftools.git Change badge image to point to github actions, not Travis --- diff --git a/README.rst b/README.rst index 6b9e2bd..6b59c0f 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ pyelftools ========== -.. image:: https://travis-ci.org/eliben/pyelftools.png?branch=master +.. image:: https://github.com/eliben/pyelftools/workflows/pyelftools-tests/badge.svg :align: center - :target: https://travis-ci.org/eliben/pyelftools + :target: https://github.com/eliben/pyelftools/actions **pyelftools** is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. See the