Tests: add the current version of node and iojs to the travis config

Close gh-2121
This commit is contained in:
Jon Hester 2015-03-05 23:07:25 +00:00 committed by Timmy Willison
parent 95c0a10e15
commit bd9a1385fe

View File

@ -2,3 +2,5 @@ language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- 'iojs'