Skip to content

Commit 0496cf6

Browse files
committed
Move to new Travis CI Dart task model
Loosing coveralls, but we can bring that back later once pkg/test supports it
1 parent 4a77952 commit 0496cf6

File tree

4 files changed

+20
-41
lines changed

4 files changed

+20
-41
lines changed

.travis.yml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1-
sudo: false
2-
31
language: dart
2+
sudo: false
43
dart:
5-
- stable
64
- dev
7-
5+
- stable
6+
- 1.22.1
7+
- 1.21.1
8+
- 1.20.1
9+
- 1.19.1
810
cache:
911
directories:
1012
- $HOME/.pub-cache
11-
12-
script: ./tool/travis.sh
13+
dart_task:
14+
# Run the tests -- include the default-skipped presubmit tests
15+
- test: --platform vm --run-skipped
16+
matrix:
17+
include:
18+
# Only validate formatting using the dev release
19+
# Formatted with 1.23.0-dev.10.0 which has (good) changes since 1.22.1
20+
- dart: dev
21+
dart_task: dartfmt
22+
# Only care about being analyzer clean for dev and stable
23+
- dart: dev
24+
dart_task: dartanalyzer
25+
- dart: stable
26+
dart_task: dartanalyzer

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://travis-ci.org/dart-lang/source_gen.svg?branch=master)](https://travis-ci.org/dart-lang/source_gen)
2-
[![Coverage Status](https://coveralls.io/repos/dart-lang/source_gen/badge.svg?branch=master)](https://coveralls.io/r/dart-lang/source_gen)
32

43
`source_gen` provides:
54

tool/ensure_dartfmt.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

tool/travis.sh

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)