Skip to content

Commit

Permalink
chore: cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 10, 2019
1 parent 8810d6e commit 040adfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ node_js:
- 8
- 10
- 12
cache:
yarn: true
directories:
- node_modules
install:
- npm install -g yarn
- npm install -g lerna
Expand Down

0 comments on commit 040adfe

Please sign in to comment.