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
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -3,5 +3,3 @@ node_js:
- "8" - "8"
- "6" - "6"
- "4" - "4"
- "0.12"
- "0.10"