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