Skip to content

Commit ce774e0

Browse files
authored
Merge pull request #140 from hugovk/rm-travis
Remove Travis config and update badge for GHA
2 parents b5e7038 + d599a91 commit ce774e0

2 files changed

Lines changed: 3 additions & 28 deletions

File tree

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ re-runs tests to eliminate intermittent failures.
1010
.. image:: https://img.shields.io/pypi/v/pytest-rerunfailures.svg
1111
:target: https://pypi.python.org/pypi/pytest-rerunfailures/
1212
:alt: PyPI
13-
.. image:: https://img.shields.io/travis/pytest-dev/pytest-rerunfailures.svg
14-
:target: https://travis-ci.org/pytest-dev/pytest-rerunfailures/
15-
:alt: Travis
13+
.. image:: https://github.com/pytest-dev/pytest-rerunfailures/workflows/Test/badge.svg
14+
:target: https://github.com/pytest-dev/pytest-rerunfailures/actions
15+
:alt: GitHub Actions
1616

1717
Requirements
1818
------------

0 commit comments

Comments
 (0)