build: add node 0.12, 4.2 and 5.0 to matrix

This commit is contained in:
Andrey Sidorov 2015-11-08 16:56:16 +11:00
parent 4a3f3f6075
commit 737ecc7b60

View file

@ -8,4 +8,7 @@ env:
language: node_js
node_js:
- 0.10
- '0.10'
- '0.12'
- '4.2'
- '5.0'