updating travis ci node versions

This commit is contained in:
SheetJS 2015-11-20 17:30:17 -05:00
parent b1d8309717
commit 74dda6db02

View File

@ -1,9 +1,12 @@
language: node_js
node_js:
- "iojs"
- "0.11"
- "5.0"
- "4.2"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha crc-32 benchmark ansi"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"