language: node_js
node_js:
  - v10
script:
  - npm run lint
  - npm run test
  - npm run upload-coverage
