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