Skip to content

Commit 9c55ac4

Browse files
authored
chore(ci): use yarn for install (#248)
1 parent 49e56b3 commit 9c55ac4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: node_js
22
env:
33
- FORCE_COLOR=true
4-
cache: npm
54
notifications:
65
email: false
76
node_js:
87
- 10.18
98
- 12
109
- node
11-
install: npm install
10+
install: yarn
1211
script:
1312
- npm run validate
1413
- npx codecov@3

0 commit comments

Comments
 (0)