bessel/.travis.yml
SheetJS 64765e5e98 version bump 1.0.0
- shifted from MIT to Apache 2.0 License
- updated travis versions and cleaned up build infrastructure
2017-01-05 15:04:15 -05:00

17 lines
283 B
YAML

language: node_js
node_js:
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@next"
- "npm install -g mocha voc"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
after_success:
- "make coveralls-spin"