Remove npm cache and use LTS node on travis

This commit is contained in:
2019-06-13 18:15:30 +02:00
parent 86bbe49c0b
commit 77c6c11800
2 changed files with 1 additions and 38 deletions

View File

@@ -1,14 +1,11 @@
---
language: node_js
node_js:
- "11"
- "lts/*"
sudo: false
dist: xenial
cache:
npm: true
install:
- npm install