From 7f357767311bc0c08f00704a5aaf843f479f7b3c Mon Sep 17 00:00:00 2001 From: Juanjo Diaz Date: Sun, 1 Nov 2020 10:56:02 +0100 Subject: [PATCH] chore: drop support for node 10 and add tests for node 14 and 15 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd6950a5..68b2bed5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: node_js node_js: - - "10" - "11" - "12" - "13" + - "14" + - "15" script: - "npm run lint" - "npm run test-with-coverage"