blob: 119ba5ebfcfffb3a8ea266026a3d28784186a9de [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- "4"
- "6"
install:
- npm install
- npm install -g codecov
script:
- npm run eslint
- npm run cover
after_script:
- codecov