Skip to content

Commit 2e6a418

Browse files
Prefer yarn over npm (#143)
* prefer yarn * update travis
1 parent c4d5591 commit 2e6a418

3 files changed

Lines changed: 5433 additions & 7036 deletions

File tree

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ node_js:
33
- "8"
44
- "10"
55

6-
cache:
7-
npm: true
6+
cache: yarn
87

98
script:
10-
- npm run lint
11-
- npm run test
9+
- yarn lint
10+
- yarn test
1211

1312
after_success:
14-
- npm run coveralls
13+
- yarn coveralls

0 commit comments

Comments
 (0)