From 45bf3d4a8959ec6d55532cb08e10c3006fb5c07b Mon Sep 17 00:00:00 2001 From: misund Date: Mon, 3 Jun 2019 18:32:44 +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 drops support for node 9. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee04663..91dafd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - "node" - - "9" + - "11" + - "10" - "8" before_install: