From 22efc9da6411978e518d6fed8911183e52231241 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sun, 23 Feb 2025 15:13:35 -0800 Subject: [PATCH] Remove travis-ci badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7fe4815..070c5c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # React Circular Progressbar [![npm version](https://badge.fury.io/js/react-circular-progressbar.svg)](https://www.npmjs.com/package/react-circular-progressbar) -[![Build Status](https://travis-ci.org/kevinsqi/react-circular-progressbar.svg?branch=master)](https://travis-ci.org/kevinsqi/react-circular-progressbar) [![Bundle size](https://img.shields.io/bundlephobia/min/react-circular-progressbar.svg)](https://bundlephobia.com/result?p=react-circular-progressbar) A circular progressbar component, built with SVG and extensively customizable. [**Try it out on CodeSandbox**](https://codesandbox.io/s/vymm4oln6y).