File tree Expand file tree Collapse file tree 4 files changed +20
-41
lines changed Expand file tree Collapse file tree 4 files changed +20
-41
lines changed Original file line number Diff line number Diff line change 1- sudo : false
2-
31language : dart
2+ sudo : false
43dart :
5- - stable
64 - dev
7-
5+ - stable
6+ - 1.22.1
7+ - 1.21.1
8+ - 1.20.1
9+ - 1.19.1
810cache :
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
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments