Skip to content

Commit 0d1b6ee

Browse files
authored
docs: Replace build badge by the github action (#327)
1 parent 7a81146 commit 0d1b6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Python State Machine
99
.. image:: https://img.shields.io/pypi/dm/python-statemachine.svg
1010
:target: https://pypi.python.org/pypi/python-statemachine
1111

12-
.. image:: https://travis-ci.org/fgmacedo/python-statemachine.svg?branch=develop
13-
:target: https://travis-ci.org/fgmacedo/python-statemachine
12+
.. image:: https://github.com/fgmacedo/python-statemachine/actions/workflows/python-package.yml/badge.svg?branch=develop
13+
:target: https://github.com/fgmacedo/python-statemachine/actions/workflows/python-package.yml?query=branch%3Adevelop
1414
:alt: Build status
1515

1616
.. image:: https://codecov.io/gh/fgmacedo/python-statemachine/branch/develop/graph/badge.svg

0 commit comments

Comments
 (0)