change node versions in .travis.yml

This commit is contained in:
Sai1919
2016-11-07 13:04:35 +05:30
parent ba8f0de9f6
commit 31f6c35b94

View File

@@ -1,7 +1,11 @@
sudo: false
language: node_js
node_js:
- "stable"
- '0.10'
- '0.12'
- '4'
- '5'
- 'stable'
script: npm test
notifications:
email: