blob: dcbeeda3e6faf83c87716f67b77ea8c02d197bab [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
install:
- npm install
- npm install -g codecov
script:
- npm run jshint
- npm run cover
after_script:
- codecov