language: node_js
node_js:
  - 6
  - 8
git:
  depth: 1
branches:
  only:
    - master
after_success:
  - "npm run coveralls"
