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:
parent
64ad0bf5da
commit
000959d888
|
@ -1,5 +1,4 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 0.8
|
||||
- 0.10
|
||||
- 0.12
|
||||
|
|
Loading…
Reference in New Issue