Test against modern Node versions and stop testing against very ancient Node 0.6

This commit is contained in:
DABH 2018-02-12 12:19:27 -08:00
parent c9eef4220b
commit b75a729354

View File

@ -1,8 +1,14 @@
language: node_js
node_js:
- "latest"
- "stable"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"