language: node_js

node_js:
  - '4'

sudo: false

git:
  depth: 1

script:
  - "npm test"
