@@ -8,154 +8,19 @@ branches:
8
8
jobs :
9
9
include :
10
10
- stage : analyze
11
- name : " SDK: stable; PKG : canonical_json; TASKS: `dartanalyzer .`"
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 .`"
12
12
dart : stable
13
- env : PKGS="canonical_json"
13
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid "
14
14
script : ./tool/travis.sh dartanalyzer
15
15
- stage : analyze
16
- name : " SDK: stable; PKG : canonical_json; TASKS: `dartfmt -n --set-exit-if-changed .`"
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 .`"
17
17
dart : stable
18
- env : PKGS="canonical_json"
18
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid "
19
19
script : ./tool/travis.sh dartfmt
20
- - stage : analyze
21
- name : " SDK: stable; PKG: chunked_stream; TASKS: `dartanalyzer .`"
22
- dart : stable
23
- env : PKGS="chunked_stream"
24
- script : ./tool/travis.sh dartanalyzer
25
- - stage : analyze
26
- name : " SDK: stable; PKG: chunked_stream; TASKS: `dartfmt -n --set-exit-if-changed .`"
27
- dart : stable
28
- env : PKGS="chunked_stream"
29
- script : ./tool/travis.sh dartfmt
30
- - stage : analyze
31
- name : " SDK: stable; PKG: http_methods; TASKS: `dartanalyzer .`"
32
- dart : stable
33
- env : PKGS="http_methods"
34
- script : ./tool/travis.sh dartanalyzer
35
- - stage : analyze
36
- name : " SDK: stable; PKG: http_methods; TASKS: `dartfmt -n --set-exit-if-changed .`"
37
- dart : stable
38
- env : PKGS="http_methods"
39
- script : ./tool/travis.sh dartfmt
40
- - stage : analyze
41
- name : " SDK: stable; PKG: neat_periodic_task; TASKS: `dartanalyzer .`"
42
- dart : stable
43
- env : PKGS="neat_periodic_task"
44
- script : ./tool/travis.sh dartanalyzer
45
- - stage : analyze
46
- name : " SDK: stable; PKG: neat_periodic_task; TASKS: `dartfmt -n --set-exit-if-changed .`"
47
- dart : stable
48
- env : PKGS="neat_periodic_task"
49
- script : ./tool/travis.sh dartfmt
50
- - stage : analyze
51
- name : " SDK: stable; PKG: pem; TASKS: `dartanalyzer .`"
52
- dart : stable
53
- env : PKGS="pem"
54
- script : ./tool/travis.sh dartanalyzer
55
- - stage : analyze
56
- name : " SDK: stable; PKG: pem; TASKS: `dartfmt -n --set-exit-if-changed .`"
57
- dart : stable
58
- env : PKGS="pem"
59
- script : ./tool/travis.sh dartfmt
60
- - stage : analyze
61
- name : " SDK: stable; PKG: retry; TASKS: `dartanalyzer .`"
62
- dart : stable
63
- env : PKGS="retry"
64
- script : ./tool/travis.sh dartanalyzer
65
- - stage : analyze
66
- name : " SDK: stable; PKG: retry; TASKS: `dartfmt -n --set-exit-if-changed .`"
67
- dart : stable
68
- env : PKGS="retry"
69
- script : ./tool/travis.sh dartfmt
70
- - stage : analyze
71
- name : " SDK: stable; PKG: sanitize_html; TASKS: `dartanalyzer .`"
72
- dart : stable
73
- env : PKGS="sanitize_html"
74
- script : ./tool/travis.sh dartanalyzer
75
- - stage : analyze
76
- name : " SDK: stable; PKG: sanitize_html; TASKS: `dartfmt -n --set-exit-if-changed .`"
77
- dart : stable
78
- env : PKGS="sanitize_html"
79
- script : ./tool/travis.sh dartfmt
80
- - stage : analyze
81
- name : " SDK: stable; PKG: shelf_router; TASKS: `dartanalyzer .`"
82
- dart : stable
83
- env : PKGS="shelf_router"
84
- script : ./tool/travis.sh dartanalyzer
85
- - stage : analyze
86
- name : " SDK: stable; PKG: shelf_router; TASKS: `dartfmt -n --set-exit-if-changed .`"
87
- dart : stable
88
- env : PKGS="shelf_router"
89
- script : ./tool/travis.sh dartfmt
90
- - stage : analyze
91
- name : " SDK: stable; PKG: shelf_router_generator; TASKS: `dartanalyzer .`"
92
- dart : stable
93
- env : PKGS="shelf_router_generator"
94
- script : ./tool/travis.sh dartanalyzer
95
- - stage : analyze
96
- name : " SDK: stable; PKG: shelf_router_generator; TASKS: `dartfmt -n --set-exit-if-changed .`"
97
- dart : stable
98
- env : PKGS="shelf_router_generator"
99
- script : ./tool/travis.sh dartfmt
100
- - stage : analyze
101
- name : " SDK: stable; PKG: slugid; TASKS: `dartanalyzer .`"
102
- dart : stable
103
- env : PKGS="slugid"
104
- script : ./tool/travis.sh dartanalyzer
105
- - stage : analyze
106
- name : " SDK: stable; PKG: slugid; TASKS: `dartfmt -n --set-exit-if-changed .`"
107
- dart : stable
108
- env : PKGS="slugid"
109
- script : ./tool/travis.sh dartfmt
110
- - stage : unit_test
111
- name : " SDK: stable; PKG: canonical_json; TASKS: `pub run test`"
112
- dart : stable
113
- env : PKGS="canonical_json"
114
- script : ./tool/travis.sh test
115
- - stage : unit_test
116
- name : " SDK: stable; PKG: chunked_stream; TASKS: `pub run test`"
117
- dart : stable
118
- env : PKGS="chunked_stream"
119
- script : ./tool/travis.sh test
120
- - stage : unit_test
121
- name : " SDK: stable; PKG: http_methods; TASKS: `pub run test`"
122
- dart : stable
123
- env : PKGS="http_methods"
124
- script : ./tool/travis.sh test
125
- - stage : unit_test
126
- name : " SDK: stable; PKG: neat_periodic_task; TASKS: `pub run test`"
127
- dart : stable
128
- env : PKGS="neat_periodic_task"
129
- script : ./tool/travis.sh test
130
- - stage : unit_test
131
- name : " SDK: stable; PKG: pem; TASKS: `pub run test`"
132
- dart : stable
133
- env : PKGS="pem"
134
- script : ./tool/travis.sh test
135
- - stage : unit_test
136
- name : " SDK: stable; PKG: retry; TASKS: `pub run test`"
137
- dart : stable
138
- env : PKGS="retry"
139
- script : ./tool/travis.sh test
140
- - stage : unit_test
141
- name : " SDK: stable; PKG: sanitize_html; TASKS: `pub run test`"
142
- dart : stable
143
- env : PKGS="sanitize_html"
144
- script : ./tool/travis.sh test
145
- - stage : unit_test
146
- name : " SDK: stable; PKG: shelf_router; TASKS: `pub run test`"
147
- dart : stable
148
- env : PKGS="shelf_router"
149
- script : ./tool/travis.sh test
150
- - stage : unit_test
151
- name : " SDK: stable; PKG: shelf_router_generator; TASKS: `pub run test`"
152
- dart : stable
153
- env : PKGS="shelf_router_generator"
154
- script : ./tool/travis.sh test
155
20
- stage : unit_test
156
- name : " SDK: stable; PKG: slugid; TASKS: `pub run test`"
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`"
157
22
dart : stable
158
- env : PKGS="slugid"
23
+ env : PKGS="canonical_json chunked_stream http_methods neat_periodic_task pem retry sanitize_html shelf_router shelf_router_generator slugid"
159
24
script : ./tool/travis.sh test
160
25
161
26
stages :
0 commit comments