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