language: node_js
sudo: true
services:
  - rabbitmq
node_js:
  - "10.16.0"
install:
  - npm install
script:
  - npm test
