From ec4731116838f1a37273aba6a05727da2246e8b9 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 10 Feb 2022 12:18:24 -0500 Subject: [PATCH] ci: use travis-ci.com as .org is decomm'd - https://blog.travis-ci.com/2021-05-07-orgshutdown - made the switch over with my last PR, but needed to change the docs too - update badge to use `.com` - update link to use `.com`, `app.` subdomain, and `github/` URL that travis-ci.com currently uses - also use `/branches` URL as the default URL shows current builds, which includes WIP PR/branch builds too - `/branches` shows the "default branch" first instead and various checkmarks etc, so it's a good summary page that can be drilled down from --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f42f6a..e3e055c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![dm](https://img.shields.io/npm/dm/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas) [![dw](https://img.shields.io/npm/dw/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
-[![build status](https://img.shields.io/travis/agilgur5/react-signature-canvas/main.svg)](https://travis-ci.org/agilgur5/react-signature-canvas) +[![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) [![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/main.svg)](https://codecov.io/gh/agilgur5/react-signature-canvas)
[![NPM](https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/react-signature-canvas)