js-cfb/.travis.yml

25 lines
393 B
YAML
Raw Normal View History

language: node_js
node_js:
- "12"
- "11"
- "10"
- "9"
2017-07-28 18:25:36 +00:00
- "8"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
- "0.8"
before_install:
- "npm install -g npm@4.3.0"
2017-02-24 05:18:52 +00:00
- "npm install -g mocha@2.x voc"
- "npm install blanket"
2017-09-14 21:14:22 +00:00
- "npm install xlsjs crc-32"
- "npm install coveralls mocha-lcov-reporter"
before_script:
- "make init"
after_success:
- "make coveralls-spin"