diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5e683885..91fbad914 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ Contributing to the Linter ========================== -[![Build Status](https://travis-ci.org/dart-lang/linter.svg)](https://travis-ci.org/dart-lang/linter) +[![Build Status](https://github.com/dart-lang/linter/workflows/linter/badge.svg)](https://github.com/dart-lang/linter/actions) ![GitHub contributors](https://img.shields.io/github/contributors/dart-lang/linter.svg) diff --git a/doc/RELEASING.md b/doc/RELEASING.md index 58a4bb8c4..6dbc9f216 100644 --- a/doc/RELEASING.md +++ b/doc/RELEASING.md @@ -11,9 +11,9 @@ Before releasing there are a few boxes to tick off. ## Doing the Push -First, make sure travis is GREEN. +First, make sure the build is GREEN. -[![Build Status](https://travis-ci.org/dart-lang/linter.svg)](https://travis-ci.org/dart-lang/linter) +[![Build Status](https://github.com/dart-lang/linter/workflows/linter/badge.svg)](https://github.com/dart-lang/linter/actions) All clear? Then: