language: node_js
node_js: "4"

git:
  depth: 10

sudo: false

after_script:
  - npm run coverage
