chore(travis) disable cache for npm

This commit is contained in:
coderaiser 2019-07-23 15:18:44 +03:00
parent a6c7d443ae
commit 74ee33ee4c

View file

@ -4,6 +4,9 @@ node_js:
- 10
- 8
cache:
npm: false
matrix:
allow_failures:
- os: windows