language: node_js
os:
  - "linux"
  - "windows"
dist: xenial
node_js:
  - "12"
  - "10"
  - "8"
  - "6"
script: "npm run test"
