Skip to content

Commit

Permalink
Remove final references to Travis-CI (dart-lang#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Mar 2, 2021
1 parent 4f326f2 commit dc743b0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 34 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Build Status](https://travis-ci.org/dart-lang/build.svg?branch=master)](https://travis-ci.org/dart-lang/build)
[![Build Status](https://ci.appveyor.com/api/projects/status/wga4jexvmjih346p?svg=true)](https://ci.appveyor.com/project/kevmoo/build)
[![Build Status](https://github.com/dart-lang/build/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/build/actions)
[![Build Status](https://github.com/dart-lang/build/workflows/Dart%20CI/badge.svg?branch=master)](https://github.com/dart-lang/build/actions?query=branch%3Amaster)

These packages provide libraries for generating, compiling and serving Dart code.

Expand Down
2 changes: 0 additions & 2 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# [![Build Status](https://travis-ci.org/dart-lang/build.svg?branch=master)](https://travis-ci.org/dart-lang/build)

Defines the basic pieces of how a build happens and how they interact.

## [`Builder`][dartdoc:Builder]
Expand Down
3 changes: 0 additions & 3 deletions build_modules/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<p align="center">
Module builders for modular compilation pipelines.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_modules">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_modules.svg" alt="Issues related to build_modules" />
</a>
Expand Down
6 changes: 1 addition & 5 deletions build_runner/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<p align="center">
Standalone generator and watcher for Dart using <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_runner.svg" alt="Issues related to build_runner" />
</a>
Expand Down Expand Up @@ -203,7 +200,7 @@ changes (like documentation, minor bug fixes), just send a pull request.

### Testing

All pull requests are validated against [travis][travis], and must pass. The
All pull requests are validated against CI, and must pass. The
`build_runner` package lives in a mono repository with other `build` packages,
and _all_ of the following checks must pass for _each_ package.

Expand Down Expand Up @@ -234,7 +231,6 @@ $ pub run test
[builder_application]: https://pub.dev/documentation/build_runner/latest/build_runner/BuilderApplication-class.html
[build_extensions]: https://pub.dev/documentation/build/latest/build/Builder/buildExtensions.html

[travis]: https://travis-ci.org/
[dev_sdk]: https://dart.dev/get-dart
[dev_dependencies]: https://dart.dev/tools/pub/dependencies#dev-dependencies
[pubspec]: https://dart.dev/tools/pub/pubspec
Expand Down
3 changes: 0 additions & 3 deletions build_runner_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
for running pure Dart builds for
<a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_runner">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_runner_core.svg" alt="Issues related to build_runner_core" />
</a>
Expand Down
3 changes: 0 additions & 3 deletions build_test/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<p align="center">
Testing utilities for users of <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_test">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_test.svg" alt="Issues related to build_test" />
</a>
Expand Down
3 changes: 0 additions & 3 deletions build_vm_compilers/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<p align="center">
Vm compilers for users of <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_vm_compilers">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_vm_compilers.svg" alt="Issues related to build_vm_compilers" />
</a>
Expand Down
3 changes: 0 additions & 3 deletions build_web_compilers/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<p align="center">
Web compilers for users of <a href="https://pub.dev/packages/build"><code>package:build</code></a>.
<br>
<a href="https://travis-ci.org/dart-lang/build">
<img src="https://travis-ci.org/dart-lang/build.svg?branch=master" alt="Build Status" />
</a>
<a href="https://github.com/dart-lang/build/labels/package%3A%20build_web_compilers">
<img src="https://img.shields.io/github/issues-raw/dart-lang/build/package%3A%20build_web_compilers.svg" alt="Issues related to build_web_compilers" />
</a>
Expand Down
1 change: 0 additions & 1 deletion scratch_space/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/dart-lang/build.svg?branch=master)](https://travis-ci.org/dart-lang/build)
[![Pub Package](https://img.shields.io/pub/v/scratch_space.svg)](https://pub.dev/packages/scratch_space)

A [`ScratchSpace`][dartdoc:ScratchSpace] is a thin wrapper around a temporary
Expand Down
8 changes: 0 additions & 8 deletions tool/travis_setup.sh

This file was deleted.

0 comments on commit dc743b0

Please sign in to comment.