Remove testing Node 0.9 in .travis.yml.

Former-commit-id: dcb53274a2d671b3645b1b740533cfc5e0c3cb14
This commit is contained in:
John-David Dalton
2013-06-14 07:50:57 -07:00
parent cc6a991464
commit f78b6b30d9

View File

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