language: node_js
node_js:
  - "node"
  - "10"
script:
  - npm run test
  - npm run lint
