add node 0.10 to travis config

remove 0.9
This commit is contained in:
Roman Shtylman
2013-06-16 19:04:51 -04:00
parent e6971e9afe
commit b153c00cb5

View File

@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.8
- 0.9
- "0.8"
- "0.10"