File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,23 @@ language: node_js
4
4
node_js :
5
5
- 12
6
6
7
+ install :
8
+ - yarn
9
+
7
10
cache :
8
11
directories :
9
12
- ~/.npm
10
13
notifications :
11
14
email : false
12
15
13
16
before_install :
14
- - npm i && npm i codecov.io coveralls
17
+ - yarn && yarn add codecov.io coveralls
15
18
16
19
after_success :
17
20
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
18
21
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
19
- - npm run build
20
- - npm run travis-deploy-once "npm run semantic-release"
22
+ - yarn run build
23
+ - yarn run travis-deploy-once "yarn run semantic-release"
21
24
22
25
branches :
23
26
only :
Original file line number Diff line number Diff line change 18
18
"prepare" : " tsdx build" ,
19
19
"size" : " size-limit" ,
20
20
"analyze" : " size-limit --why" ,
21
+ "travis-deploy-once" : " travis-deploy-once" ,
21
22
"semantic-release" : " semantic-release"
22
23
},
23
24
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments