forked from sheetjs/sheetjs
SheetJS
713f5aa417
- merged test repo with xls - travis integration - shifted to Apache 2.0 LICENSE - mocha tests The shift to Apache 2.0 was long overdue. It's becoming clear that compliance requires deeper integration with the xls libraries and other implementations whose specifications are covered under the OSP. It was a grave oversight for the ISO and ECMA people to not try to implement parsers themselves, for if they did I suspect the outcome would have been much different
10 lines
156 B
YAML
10 lines
156 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g mocha"
|
|
before_script:
|
|
- "make init"
|
|
- "cd tests/files; make; cd -"
|