change travis to test on node 4, 6, and stable

This commit is contained in:
Sean McArthur 2017-04-06 10:35:50 -07:00
Родитель 2bb80ddae2
Коммит 52ee13dcbf
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,5 @@
language: node_js
node_js:
- 0.8
- "0.10"
- "4"
- "6"
- stable