Skip to content

Commit 6c245c0

Browse files
committed
CI: change npm install to yarn
1 parent 2643477 commit 6c245c0

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
@@ -5,8 +5,7 @@ node_js:
55
- "4"
66
- "6"
77
install:
8-
- npm i -g npm
9-
- npm install
8+
- yarn
109
script: npm test
1110
notifications:
1211
email:

0 commit comments

Comments
 (0)