machine:

  node:
    version: 4.2.6

  services:
    - mongodb

test:
  post:
    - npm run coveralls
