blob: e8c15dfee03d6cbf7b5aff086f86235973a0e8a3 [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- 10
- 12
install:
- npm install
script:
- npm run cover
after_success:
- npm run report-coverage