dns-packet/.travis.yml
silverwind d8f93e94fc
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.
2018-01-11 21:26:07 +01:00

6 lines
51 B
YAML

language: node_js
node_js:
- "8"
- "6"
- "4"