From 1fa034e1e8f1a76f8744e193f5a4d9e8756d9ad6 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Fri, 18 Oct 2019 15:39:15 +0200 Subject: [PATCH] [TASK] Set nodejs v12 as standard & remove EOL v11 --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c7b3a5..2ab2ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: trusty language: node_js node_js: - - "10" + - "12" os: - linux @@ -14,9 +14,7 @@ matrix: include: - node_js: "8" os: linux - - node_js: "11" - os: linux - - node_js: "12" + - node_js: "10" os: linux cache: yarn: true