Remove node 0.8 testing from travis config

Node.js 0.8 is still supported but istanbul and friends now have
dependencies that balk.  The tests can still be run manually.
This commit is contained in:
Patrick Mooney 2015-06-14 21:22:24 -05:00
parent 64ad0bf5da
commit 000959d888
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
language: node_js
node_js:
- 0.8
- 0.10
- 0.12