language: "node_js"
before_install: npm i -g npm@2
node_js:
  - 8
  - 10
  - 12