From 85a250ae1ca162cc04ae0e0f88369053efccb481 Mon Sep 17 00:00:00 2001 From: DABH Date: Tue, 17 Dec 2019 11:11:58 -0800 Subject: [PATCH] Node 12 is LTS now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9363d161d..3c2bf6497 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: node_js node_js: - "8" - "10" - - "11" - "12" + - "13" before_install: - travis_retry npm install @@ -16,7 +16,7 @@ script: matrix: allow_failures: - - node_js: "12" + - node_js: "13" notifications: email: