travis: disable cache

the cache keeps caching outdated versions which cause test failures
This commit is contained in:
Feross Aboukhadijeh
2020-11-22 16:32:36 -10:00
parent 606c02aef4
commit a1a590fbba

View File

@@ -1,3 +1,5 @@
language: node_js
node_js:
- lts/*
cache:
npm: false