From ed75290ef72f8bc783e97086f227b12364db263e Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 30 Sep 2023 10:22:37 -0700 Subject: [PATCH] Removed badges from README The CI status badge mostly just shows whether Saucelabas was flaky last night. Code Triage was a nice idea but it's attracted at most one new contributor over 5.5 years. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6ad97b1a..0b296564 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ [](http://jasmine.github.io) -[![Build Status](https://circleci.com/gh/jasmine/jasmine.svg?style=shield)](https://circleci.com/gh/jasmine/jasmine) -[![Open Source Helpers](https://www.codetriage.com/jasmine/jasmine/badges/users.svg)](https://www.codetriage.com/jasmine/jasmine) - # A JavaScript Testing Framework Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, [Node.js](http://nodejs.org) projects, or anywhere that JavaScript can run.