language: node_js
node_js:
  - "node"
  - "4"
  - "5"
  - "6"
  - "7"
  - "8"
  - "9"
  - "10"
  - "11"
  - "12"
  - "13"

install:
  # The default "npm ci" fails with NPM v6.
  - npm install

notifications:
  email: ["andri@dot.ee"]
