Skip to content

Commit 6ed1a63

Browse files
committed
docs: change CI badge to use GH Actions instead of Travis
- use the "CI" workflow on the `main` branch only - note that it _is_ case-sensitive, so had to put the workflow name in caps for the badge to work properly - basically same as how the previous badge only reported on `main` - missed this one tiny detail during the migration - did a search this time to make sure I replaced Travis everywhere
1 parent 514dec0 commit 6ed1a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![dw](https://img.shields.io/npm/dw/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
1717
<br><!-- status / activity -->
1818
[![typings](https://img.shields.io/npm/types/react-signature-canvas.svg)](src/index.tsx)
19-
[![build status](https://img.shields.io/travis/com/agilgur5/react-signature-canvas/main.svg)](https://app.travis-ci.com/github/agilgur5/react-signature-canvas/branches)
19+
[![build status](https://img.shields.io/github/workflow/status/agilgur5/react-signature-canvas/CI/main)](https://github.com/agilgur5/react-signature-canvas/actions/workflows/ci.yml?query=branch%3Amain)
2020
[![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/main.svg)](https://codecov.io/gh/agilgur5/react-signature-canvas)
2121
<br>
2222
[![NPM](https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/react-signature-canvas)

0 commit comments

Comments
 (0)