language: node_js
node_js:
  - "12"
  - "10"
script:
  - npm run lint
  - npm test
before_install:
  - npm i -g npm@latest
install: npm install
