Skip to content

Commit fa5d9de

Browse files
build: switch to yarn
1 parent 2d5f74d commit fa5d9de

File tree

2 files changed

+7509
-8
lines changed

2 files changed

+7509
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "9"
5-
- "10"
3+
- "8"
4+
- "9"
5+
- "10"
66
cache:
7-
npm: true
7+
yarn: true
88
directories:
9-
- node_modules
9+
- node_modules
1010
install:
11-
- npm install
11+
- yarn
1212
script:
13-
- npm t
13+
- yarn test
1414
after_success:
15-
- npm run coverage
15+
- yarn coverage

0 commit comments

Comments
 (0)