sheetjs/.travis.yml

23 lines
454 B
YAML
Raw Normal View History

language: node_js
node_js:
- "7"
- "6"
2017-03-19 22:15:30 +00:00
# note: travis has been acting up on old versions of node
# - "5"
# - "4"
# - "0.12"
# - "0.10"
# - "0.9"
# - "0.8"
before_install:
- "npm install -g npm@4.3.0"
- "npm install -g mocha@2.x voc"
- "npm install blanket"
- "npm install xlsjs"
- "npm install coveralls mocha-lcov-reporter"
before_script:
- "make init"
- "cd test_files; make all; cd -"
after_success:
2017-03-14 17:24:40 +00:00
# - "make coveralls-spin"