From 6ec71e0b75ada142066e943dac5573a5285e49c8 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Tue, 22 Jan 2019 13:27:53 +0100 Subject: [PATCH] Change tested NodeJS versions (#1651) Remove Node 4 & 9 because both are EOL'd. Node 10 + current were added. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d0c7d1643..d916c19b9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: -- '4' - '6' - '8' -- '9' +- '10' +- 'node' # Build all branches branches: only: