Change badge image to point to github actions, not Travis
authorEli Bendersky <eliben@gmail.com>
Wed, 23 Sep 2020 13:23:47 +0000 (06:23 -0700)
committerEli Bendersky <eliben@gmail.com>
Wed, 23 Sep 2020 13:23:47 +0000 (06:23 -0700)
README.rst

index 6b9e2bd81cd651b17f7c40c57b7dfb68e049227a..6b59c0ff605475468abb3d227903ccf5e130f67c 100644 (file)
@@ -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