Skip to content

Commit b8e4149

Browse files
committed
doc: Change Travis-CI badge to GitHub Actions
1 parent d5d7ba7 commit b8e4149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Treasure Data API library for Python
33
====================================
44

55

6-
.. image:: https://travis-ci.org/treasure-data/td-client-python.svg
7-
:target: https://travis-ci.org/treasure-data/td-client-python
8-
:alt: Build Status
6+
.. image:: https://github.com/treasure-data/td-client-python/workflows/Python%20testing/badge.svg
7+
:target: https://github.com/treasure-data/td-client-python/actions
8+
:alt: Build Status on GitHub ACtions
99

1010

1111
.. image:: https://ci.appveyor.com/api/projects/status/eol91l1ag50xee9m/branch/master?svg=true
@@ -221,7 +221,7 @@ like:
221221
222222
1575454204, "a", 1, "a;b;c"
223223
1575454204, "b", 2, "d;e;f"
224-
224+
225225
that is, an integer, a string, an integer and another string.
226226

227227
If the user wants to keep the leading zeroes in ``col2``, then they can

0 commit comments

Comments
 (0)