File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
2
1
language : node_js
3
2
addons :
4
3
apt :
@@ -13,9 +12,21 @@ cache:
13
12
- ~/.cache
14
13
notifications :
15
14
email : false
16
- node_js : ' 12'
15
+ node_js :
16
+ - 10.18
17
+ - 12
18
+ - node
17
19
install : npm install
18
- script : npm run validate
19
- after_success : kcd-scripts travis-after-success
20
+ script :
21
+ - npm run validate
22
+ - npx codecov@3
20
23
branches :
21
- only : master
24
+ only :
25
+ - master
26
+ - beta
27
+
28
+ jobs :
29
+ include :
30
+ - stage : release
31
+ node_js : 12
32
+ script : kcd-scripts travis-release
Original file line number Diff line number Diff line change 42
42
"license" : " MIT" ,
43
43
"dependencies" : {
44
44
"@babel/runtime" : " ^7.8.4" ,
45
- "@testing-library/dom" : " ^6.12.2 " ,
46
- "@types/testing-library__cypress" : " ^5.0.2 "
45
+ "@testing-library/dom" : " ^6.15.0 " ,
46
+ "@types/testing-library__cypress" : " ^5.0.3 "
47
47
},
48
48
"devDependencies" : {
49
49
"cypress" : " ^4.0.0" ,
50
- "kcd-scripts" : " ^5.0 .0" ,
50
+ "kcd-scripts" : " ^5.4 .0" ,
51
51
"npm-run-all" : " ^4.1.5"
52
52
},
53
53
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments