Files
webtorrent-desktop/.travis.yml
Feross Aboukhadijeh a1a590fbba travis: disable cache
the cache keeps caching outdated versions which cause test failures
2020-11-22 16:32:36 -10:00

6 lines
57 B
YAML

language: node_js
node_js:
- lts/*
cache:
npm: false