Skip to content

Commit 6a2fcf4

Browse files
committed
Use yarn in travis
1 parent 4dbd7bf commit 6a2fcf4

File tree

2 files changed

+8014
-3
lines changed

2 files changed

+8014
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cache:
77
notifications:
88
email: false
99
node_js: '8'
10-
install: npm install
11-
script: npm run test
12-
after_success: npm run coveralls
10+
install: yarn
11+
script: yarn test
12+
after_success: yarn coveralls
1313
branches:
1414
only: master

0 commit comments

Comments
 (0)