Skip to content

Commit 96fadc8

Browse files
build: switch to yarn
1 parent e73665e commit 96fadc8

File tree

2 files changed

+5690
-4
lines changed

2 files changed

+5690
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ node_js:
33
- "10"
44
- "11"
55
cache:
6-
npm: true
6+
yarn: true
77
directories:
88
- node_modules
99
install:
10-
- npm install
10+
- yarn
1111
script:
1212
- commitlint-travis
13-
- npm t
13+
- yarn test
1414
after_success:
15-
- npm run coverage
15+
- yarn coverage

0 commit comments

Comments
 (0)