travis: disable cache
the cache keeps caching outdated versions which cause test failures
This commit is contained in:
parent
606c02aef4
commit
a1a590fbba
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- lts/*
|
||||
cache:
|
||||
npm: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue