File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed
Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -2,33 +2,36 @@ language: node_js
22
33os : linux
44
5- cache :
6- directories :
7- - ~/.npm
5+ cache : npm
86notifications :
97 email : false
108
119node_js :
12- - " node"
13- - " lts/*"
10+ - ' node'
11+ - ' lts/*'
12+ - 13
13+ - 12
14+ - 11
15+ - 10
16+ - 9
17+ - 8
1418
1519stages :
16- - name : lint
17- - name : coverage
20+ - lint
21+ - test
22+ - coverage
1823 - name : release
1924 if : branch = master && type NOT IN (pull_request)
2025 - name : docs
2126 if : branch = master && type NOT IN (pull_request)
2227
2328jobs :
2429 include :
25- - stage : lint
30+ - name : lint
2631 script : npm run lint
27- - stage : test
28- script : npm test
29- - stage : coverage
32+ - name : coverage
3033 script : npm run coverage
31- - stage : release
34+ - name : release
3235 node_js : node
3336 deploy :
3437 provider : script
You can’t perform that action at this time.
0 commit comments