From 15ee9c7c1b693f29b6b2dbe7b47488bf154e481c Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Fri, 27 Oct 2023 15:53:43 +0200 Subject: [PATCH] [DOC] README.md: Remove Cirrus CI badge image. (#8785) We removed the `.cirrus.yml` at the commit <01b5d1d2ff6ca91b2909dfa67295f59b53e6f065>. Let's remove the badge image too. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c0cbf05b7a..8fb3786691 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Actions Status: Windows](https://github.com/ruby/ruby/workflows/Windows/badge.svg)](https://github.com/ruby/ruby/actions?query=workflow%3A"Windows") [![AppVeyor status](https://ci.appveyor.com/api/projects/status/0sy8rrxut4o0k960/branch/master?svg=true)](https://ci.appveyor.com/project/ruby/ruby/branch/master) [![Travis Status](https://app.travis-ci.com/ruby/ruby.svg?branch=master)](https://app.travis-ci.com/ruby/ruby) -[![Cirrus Status](https://api.cirrus-ci.com/github/ruby/ruby.svg)](https://cirrus-ci.com/github/ruby/ruby/master) # What is Ruby?