8000 Swap from npm to yarn · beingmoin/docs.hackerone.com@845b1ec · GitHub
[go: up one dir, main page]

Skip to content

Commit 845b1ec

Browse files
committed
Swap from npm to yarn
1 parent 25d34ad commit 845b1ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ language: node_js
22

33
node_js:
44
- "lts/*"
5+
- node
56

67
cache:
8+
yarn: true
79
directories:
810
- node_modules
911

1012
before_script:
11-
- npm install
13+
- yarn install
1214

1315
script:
14-
- npm run lint
16+
- yarn run lint

0 commit comments

Comments
 (0)
0