language: node_js
node_js:
  - '6'
  - '8'
  - '10'
bebefore_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
