File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ node_js:
77 - 12
88 - node
99install : npm install
10- script : npm run validate
11- after_success : kcd-scripts travis-after-success
10+ script :
11+ - npm run validate
12+ - npx codecov@3
1213branches :
1314 only :
1415 - master
16+ - next
17+
18+ jobs :
19+ include :
20+ - stage : release
21+ node_js : 12
22+ script : kcd-scripts travis-release
Original file line number Diff line number Diff line change 3333 " environment variable" ,
3434 " windows"
3535 ],
36- "author" : " Kent C. Dodds <kent@doddsfamily.us > (http ://kentcdodds.com/ )" ,
36+ "author" : " Kent C. Dodds <me@kentcdodds.com > (https ://kentcdodds.com)" ,
3737 "license" : " MIT" ,
3838 "dependencies" : {
3939 "cross-spawn" : " ^7.0.1"
4040 },
4141 "devDependencies" : {
42- "kcd-scripts" : " ^4.1 .0"
42+ "kcd-scripts" : " ^5.2 .0"
4343 },
4444 "eslintConfig" : {
4545 "extends" : " ./node_modules/kcd-scripts/eslint.js"
You can’t perform that action at this time.
0 commit comments