sudo: false
language: node_js
node_js:
- "11"
before_script:
- npm install
script:
- npm test
after_success:
- npm run report-coverage