Remove npm cache and use LTS node on travis
Can we have a green build with that?
This commit is contained in:
parent
86bbe49c0b
commit
9b8004af69
@ -1,14 +1,11 @@
|
|||||||
---
|
---
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "11"
|
- "lts/*"
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
cache:
|
|
||||||
npm: true
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user