blob: af508207ea4b072b0e9a3639aa6d1d7598bcc649 [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- 10
- 12
install:
- npm install
- npm install -g codecov
script:
- npm test
- npm run cover
after_script:
- codecov