SheetJS
5c7df1f3db
- reworked IIFE - avoid Buffer read helpers (see https://github.com/joyent/node/issues/7809) - avoid nested functions in parse - eliminate consecutive nulls in test files (libreoffice) - travis + coveralls support - jscs linting
15 lines
272 B
YAML
15 lines
272 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10"
|
|
- "0.8"
|
|
before_install:
|
|
- "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"
|