From 41a8d14db9766e2792f0409c7ed073bbf1f0b8c4 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sat, 1 Aug 2020 14:11:06 +0600 Subject: [PATCH] Remove testing on NodeJS which reach EOL (#112) This does not mean it would not work on these version, as I hardly imaging which we will use something special --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d22e30..4005ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: node_js node_js: - - 6 - - 8 - 10 - 12 - 14 \ No newline at end of file