add newer nodejs versions to travis

This commit is contained in:
Gabor Almer 2016-02-09 11:01:24 +01:00
Родитель 243a1f2a16
Коммит 1e0c5cbd80
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -1,7 +1,9 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '0.10'
- '0.12'
- '4'
- 'stable'
script: ./run_tests.sh
notifications:
email: false