Remove npm cache and use LTS node on travis

Can we have a green build with that?
This commit is contained in:
bumi 2019-06-13 18:15:30 +02:00
parent 3e178bd95a
commit 3401f6b4c9

View File

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