Remove buggy Node .js v0.8 from .travis.yml.

Former-commit-id: 5937b84fdc0297c9a50c13e71948a76044319ec5
This commit is contained in:
John-David Dalton
2013-07-07 18:37:22 -07:00
parent cfa187f7d9
commit 9c65d9f957

View File

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