Add all the node versions to travis

This commit is contained in:
Timothy Warren 2015-11-19 12:13:55 -05:00
parent 38389a1808
commit 40d356d264
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ sudo: false
node_js:
- "iojs"
- "node"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"