language: node_js

node_js:
  - "8"
  - "7"
  - "6"

services:
  - mongodb

script:
  - npm run build
  - npm run test

notifications:
  email: false
