language: node_js
services:
  - mongodb
before_script:
  - npm install
