1
- # Created with package:mono_repo v1.2.1
1
+ # Created with package:mono_repo v2.1.0
2
2
language : dart
3
3
4
4
# Custom configuration
@@ -8,20 +8,20 @@ branches:
8
8
jobs :
9
9
include :
10
10
- stage : analyze
11
- name : " SDK: stable - DIR: retry - TASKS: dartanalyzer ."
12
- script : ./tool/travis.sh dartanalyzer
13
- env : PKG="retry"
11
+ name : " SDK: stable; PKGS: canonical_json, chunked_stream, http_methods, neat_periodic_task, pem, retry, sanitize_html, shelf_router, shelf_router_generator, slugid; TASKS: `dartanalyzer .`"
14
12
dart : stable
13
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid"
14
+ script : ./tool/travis.sh dartanalyzer
15
15
- stage : analyze
16
- name : " SDK: stable - DIR: retry - TASKS: dartfmt -n --set-exit-if-changed ."
17
- script : ./tool/travis.sh dartfmt
18
- env : PKG="retry"
16
+ name : " SDK: stable; PKGS: canonical_json, chunked_stream, http_methods, neat_periodic_task, pem, retry, sanitize_html, shelf_router, shelf_router_generator, slugid; TASKS: `dartfmt -n --set-exit-if-changed .`"
19
17
dart : stable
18
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid"
19
+ script : ./tool/travis.sh dartfmt
20
20
- stage : unit_test
21
- name : " SDK: stable - DIR: retry - TASKS: pub run test"
22
- script : ./tool/travis.sh test
23
- env : PKG="retry"
21
+ name : " SDK: stable; PKGS: canonical_json, chunked_stream, http_methods, neat_periodic_task, pem, retry, sanitize_html, shelf_router, shelf_router_generator, slugid; TASKS: `pub run test`"
24
22
dart : stable
23
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid"
24
+ script : ./tool/travis.sh test
25
25
26
26
stages :
27
27
- analyze
0 commit comments