travis ignore node 0.8 due to jszip bug

See https://github.com/Stuk/jszip/issues/84 for more info
This commit is contained in:
SheetJS 2014-01-29 23:16:56 -05:00
parent 47dd984a6c
commit bf5155dd5d

View File

@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.8"
# - "0.8"
before_install:
- "npm install -g mocha"
- "npm install blanket"