blob: 89d3468c5f691c68586d8a2ab033c18282a0d3cf [file] [log] [blame]
language: node_js
sudo: false
install:
- npm install
- npm install -g codecov
script:
- npm run jshint
- npm run cover
after_script:
- codecov