Test against Node.js 4 and 6 LTS

This commit is contained in:
Mark Herhold
2016-09-04 12:50:37 -04:00
committed by GitHub
parent c1a0e69460
commit bb541add86

View File

@@ -4,6 +4,8 @@ node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "6"
script:
- npm test
- npm run lint