travis: disable cache
the cache keeps caching outdated versions which cause test failures
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- lts/*
|
- lts/*
|
||||||
|
cache:
|
||||||
|
npm: false
|
||||||
|
|||||||
Reference in New Issue
Block a user