From f74ddc5bdf0da6614697467f05423739104e4e80 Mon Sep 17 00:00:00 2001 From: misund Date: Mon, 3 Jun 2019 18:22:20 +0200 Subject: [PATCH] BREAKING: Drop node 9; add node 10+11 Update the test setup to run on current node versions. The current versions are 8,10,11 and 12. This commit stops support for node 9. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3042477..2e4fdd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - "node" - - "9" + - "11" + - "10" - "8" before_install: