Skip to content

Commit 70f7a55

Browse files
committed
Use yarn
1 parent 33fd71a commit 70f7a55

File tree

2 files changed

+3954
-2
lines changed

2 files changed

+3954
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
cache: yarn
12
language: node_js
23
node_js:
34
- '4.7.2'
45
- '6.9.4'
56
- '7.4.0'
67
script:
7-
- npm run lint
8-
- npm test
8+
- yarn run lint
9+
- yarn test

0 commit comments

Comments
 (0)