language: node_js
sudo: true
node_js:
  - "7"
  - "8"
  - "9"
  - "10"
  - "11"
before_install:
  - npm install -g mocha@^5.2.0
script: npm test