Disable node 0.8 in Travis

This commit is contained in:
Mihai Bazon
2015-09-24 18:26:23 +03:00
parent 6637c267a5
commit 233fb62bd8

View File

@@ -4,7 +4,6 @@ node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.8"
matrix:
fast_finish: true
sudo: false