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.
This commit is contained in:
silverwind
2018-01-11 21:26:07 +01:00
parent 7f35bac5b4
commit d8f93e94fc
-2
View File
@@ -3,5 +3,3 @@ node_js:
- "8"
- "6"
- "4"
- "0.12"
- "0.10"