travis: drop io.js, add Node v4 and v6

This commit is contained in:
Miroslav Bajtoš 2016-07-01 16:03:42 +02:00
parent 58d9322190
commit 24571328a8
1 changed files with 2 additions and 1 deletions

View File

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