Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit bc225d0

Browse files
author
Ruben Schmidmeister
committed
Use yarn
1 parent ec209aa commit bc225d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ node_js:
33
- node
44

55
install:
6-
- npm install
7-
- npm install -g codecov istanbul
6+
- yarn install
7+
- yarn add --global codecov istanbul
88

99
script:
10-
- "./node_modules/.bin/standard index.js"
10+
- yarn standard index.js
1111
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
1212
- codecov
1313

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010

1111
test_script:
1212
- node --version
13-
- npm --version
14-
- npm test
13+
- yarn --version
14+
- yarn test
1515

1616
build: off

0 commit comments

Comments
 (0)