blob: 7a8f10e315b54dbbfc6ab0eadd1f29a69664af8e [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- 10
- 12
install:
- npm install
script:
- npm test
after_success:
- npx codecov