language: node_js

install:
  - npm install --quiet
  - npm run lint
  - npm run test
  - npm run build

