forked from sheetjs/sheetjs
SheetJS
c58477279e
h/t @lightbringer1991 https://github.com/SheetJS/j/issues/4 waiting on https://github.com/joyent/node/issues/8208
16 lines
312 B
YAML
16 lines
312 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.11"
|
|
- "0.10.30"
|
|
- "0.8"
|
|
before_install:
|
|
- "npm install -g mocha"
|
|
- "npm install blanket"
|
|
- "npm install xlsjs"
|
|
- "npm install coveralls mocha-lcov-reporter"
|
|
before_script:
|
|
- "make init"
|
|
- "cd test_files; make all; cd -"
|
|
after_success:
|
|
- "make coveralls-spin"
|