Skip to content

Commit eb42900

Browse files
authored
Merge pull request #573 from hugovk/patch-1
README: Fix CI badge
2 parents 76f7d65 + c0d1f49 commit eb42900

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Pendulum
1010
.. image:: https://img.shields.io/codecov/c/github/sdispater/pendulum/master.svg
1111
:target: https://codecov.io/gh/sdispater/pendulum/branch/master
1212

13-
.. image:: https://travis-ci.org/sdispater/pendulum.svg
13+
.. image:: https://github.com/sdispater/pendulum/actions/workflows/tests.yml/badge.svg
1414
:alt: Pendulum Build status
15-
:target: https://travis-ci.org/sdispater/pendulum
15+
:target: https://github.com/sdispater/pendulum/actions
16+
1617

1718
Python datetimes made easy.
1819

0 commit comments

Comments
 (0)