SheetJS
2f54d2f5c1
- demo page (gh-pages branch) - updated year - flow annotations in separate frac.flow.js file - introduced build infrastructure from js-xlsx - python version
12 lines
217 B
YAML
12 lines
217 B
YAML
language: node_js
|
|
node_js:
|
|
- "iojs"
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g mocha"
|
|
- "npm install blanket"
|
|
- "npm install coveralls mocha-lcov-reporter"
|
|
after_success:
|
|
- "make coveralls-spin"
|