File tree 2 files changed +26
-18
lines changed
2 files changed +26
-18
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
2
1
language : node_js
3
- cache :
4
- directories :
5
- - ~/.npm
2
+ cache : npm
6
3
notifications :
7
4
email : false
8
5
node_js :
9
- - ' 8 '
10
- - ' 10 '
11
- - ' 12 '
6
+ - 10.14
7
+ - 12
8
+ - node
12
9
install :
13
10
- npm install
14
11
# as requested by the React team :)
15
12
# https://reactjs.org/blog/2019/10/22/react-release-channels.html#using-the-next-channel-for-integration-testing
16
- - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next react-dom@next; fi
17
- script : npm run validate
18
- after_success : kcd-scripts travis-after-success
13
+ - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then npm install react@next
14
+ react-dom@next; fi
15
+ script :
16
+ - npm run validate
17
+ - npx codecov@3
19
18
branches :
20
- only : master
19
+ only :
20
+ - master
21
+ - beta
22
+
23
+ jobs :
24
+ include :
25
+ - stage : release
26
+ node_js : 12
27
+ script : kcd-scripts travis-release
Original file line number Diff line number Diff line change 45
45
"author" : " Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)" ,
46
46
"license" : " MIT" ,
47
47
"dependencies" : {
48
- "@babel/runtime" : " ^7.8.3 " ,
49
- "@testing-library/dom" : " ^6.11 .0" ,
48
+ "@babel/runtime" : " ^7.8.4 " ,
49
+ "@testing-library/dom" : " ^6.15 .0" ,
50
50
"@types/testing-library__react" : " ^9.1.2"
51
51
},
52
52
"devDependencies" : {
53
- "@reach/router" : " ^1.2.1 " ,
54
- "@testing-library/jest-dom" : " ^5.0.0 " ,
55
- "cross-env" : " ^6 .0.3 " ,
56
- "kcd-scripts" : " ^4.0 .0" ,
53
+ "@reach/router" : " ^1.3.3 " ,
54
+ "@testing-library/jest-dom" : " ^5.1.1 " ,
55
+ "cross-env" : " ^7 .0.1 " ,
56
+ "kcd-scripts" : " ^5.4 .0" ,
57
57
"npm-run-all" : " ^4.1.5" ,
58
58
"react" : " ^16.9.0" ,
59
59
"react-dom" : " ^16.9.0" ,
60
- "rimraf" : " ^3.0.0 "
60
+ "rimraf" : " ^3.0.2 "
61
61
},
62
62
"peerDependencies" : {
63
63
"react" : " *" ,
67
67
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
68
68
"rules" : {
69
69
"react/prop-types" : " off" ,
70
+ "react/no-adjacent-inline-elements" : " off" ,
70
71
"import/no-unassigned-import" : " off" ,
71
72
"import/named" : " off"
72
73
}
You can’t perform that action at this time.
0 commit comments