sheetjs/.travis.yml
SheetJS 713f5aa417 version bump 0.3.0: necessary cleanup
- 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
2013-10-30 14:50:34 -07:00

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 -"