fix(test): test on travis with node 4 and 6 (#4958) r=vladikoff

This commit is contained in:
John Morrison 2017-04-18 07:56:58 -07:00 коммит произвёл Vlad Filippov
Родитель e500bf02f3
Коммит d2ffbfdd17
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -2,6 +2,7 @@ language: node_js
node_js:
- "4"
- "6"
addons:
firefox: "50.1.0"