language: node_js
install:
  - npm install
script:
  - npm run lint
  - npm run test
after_success:
  - npm run coverage
  - npm run codecov
