Skip to content

Commit 7b0bfa8

Browse files
authored
Eliminate Cirrus build status badge (#140461)
We have no tasks running on Cirrus any more. This eliminates the "Build Status - Cirrus" badge/link as well as the "Build status" link reference, which was unused. @CaseyHillers has filed a bug to add a Cocoon endpoint to replace it: flutter/flutter#140460 ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
1 parent 76c8e73 commit 7b0bfa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
</h1>
88
</a>
99

10-
[![Build Status - Cirrus][]][Build status]
1110
[![Discord badge][]][Discord instructions]
1211
[![Twitter handle][]][Twitter badge]
1312
[![codecov](https://codecov.io/gh/flutter/flutter/branch/master/graph/badge.svg?token=11yDrJU2M2)](https://codecov.io/gh/flutter/flutter)
@@ -97,8 +96,6 @@ Information on how to get started can be found in our
9796
[contributor guide](CONTRIBUTING.md).
9897

9998
[flutter.dev]: https://flutter.dev
100-
[Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/flutter.svg
101-
[Build status]: https://cirrus-ci.com/github/flutter/flutter/master
10299
[Discord instructions]: https://github.com/flutter/flutter/wiki/Chat
103100
[Discord badge]: https://img.shields.io/discord/608014603317936148?logo=discord
104101
[Twitter handle]: https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow

0 commit comments

Comments
 (0)