SheetJS
1a428c8f5b
- sector checked before reading (h/t @e12009) See https://github.com/SheetJS/js-xlsx/issues/569 - flow type checking
20 lines
334 B
YAML
20 lines
334 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
- "0.12"
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g npm@next"
|
|
- "npm install -g mocha"
|
|
- "npm install blanket"
|
|
- "npm install xlsjs"
|
|
- "npm install coveralls mocha-lcov-reporter"
|
|
before_script:
|
|
- "make init"
|
|
after_success:
|
|
- "make coveralls-spin"
|