Add Node 0.8 to .travis.yml.

This commit is contained in:
John-David Dalton
2013-09-14 00:09:56 -07:00
parent 5c8287203e
commit 133b1067c5

View File

@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
env:
- TEST_COMMAND="istanbul cover ./test/test.js"