Skip to content

Commit

Permalink
remove travis references (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
pq authored Jan 27, 2021
1 parent 619506c commit 5ed3c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions doc/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5ed3c79

Please sign in to comment.