language: node_js
node_js:
  - node
  - "8"
script:
  - npm run lint
  - npm run test
  - npm run build