forked from sheetjs/sheetjs
SheetJS
dd0a649c95
- parsing comments (h/t @kinwahlai, @hmalphettes) - XLSX.version now exposed in source - code coverage - updated SSF to 0.5.2 - updated tests/files
14 lines
270 B
YAML
14 lines
270 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g mocha"
|
|
- "npm install blanket"
|
|
- "npm install coveralls mocha-lcov-reporter"
|
|
before_script:
|
|
- "make init"
|
|
- "cd tests/files; make all; cd -"
|
|
after_success:
|
|
- "make coveralls"
|