js-cfb/.travis.yml
SheetJS ec9ab57132 version bump 0.14.0: removed FullPathDir
- CLI tool properly handles empty files
- node 9 added to travis
2017-11-04 20:15:50 -04:00

22 lines
366 B
YAML

language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@4.3.0"
- "npm install -g mocha@2.x voc"
- "npm install blanket"
- "npm install xlsjs crc-32"
- "npm install coveralls mocha-lcov-reporter"
before_script:
- "make init"
after_success:
- "make coveralls-spin"