From d8f93e94fcb3699f43ad61cac727b9ff923f1183 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 11 Jan 2018 21:26:07 +0100 Subject: [PATCH] drop support for node 0.10 and 0.12 While the module currently technically works on those versions, ESLint does not which makes the linter fail on those versions. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 199a49a..ecc4978 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,3 @@ node_js: - "8" - "6" - "4" - - "0.12" - - "0.10"