From 9b8004af69edaee59a03f7f6af2132d45bd8ac6c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Thu, 13 Jun 2019 18:15:30 +0200 Subject: [PATCH] Remove npm cache and use LTS node on travis Can we have a green build with that? --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69c627e..3e9f562 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ --- language: node_js node_js: - - "11" + - "lts/*" sudo: false dist: xenial -cache: - npm: true - install: - npm install