Skip to content

Commit c0f3a2b

Browse files
committed
chore(*): use npm as package manager in the travis-ci
1 parent bc30b11 commit c0f3a2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: node_js
22
node_js:
33
- "8"
44
install:
5-
- yarn global add codecov
5+
- npm i -g codecov
66
script:
7-
- yarn
8-
- yarn lint && yarn test:cov
7+
- npm i
8+
- npm run lint && npm run test:cov
99
after_success:
1010
- codecov -f coverage/lcov.info

0 commit comments

Comments
 (0)