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