TravisCI: Cache yarn files (#1289)

Like it is recommended by https://docs.travis-ci.com/user/caching/#yarn-cache
This commit is contained in:
Paul Vogel 2019-03-12 18:08:24 +01:00 committed by Tanner Linsley
parent 3453ac5a76
commit 4e3fa751dc

View File

@ -1,4 +1,7 @@
language: node_js
node_js:
- "10"
cache: yarn
script: npm test