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