Skip to content

Commit 115846a

Browse files
committed
Use yarn to install dependecies
1 parent 531e22f commit 115846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- "6.9.1"
44
install:
5-
- npm install
5+
- yarn install
66
script:
77
- npm test
88
- npm start -- build

0 commit comments

Comments
 (0)