language: node_js
services: mongodb
node_js:
  - lts/*
install:
  - npm install
script:
  - npm test
