language: node_js
node_js:
  - "node"
before_install:
  - npm i -g npm
script:
  - npm run test:coverage
branches:
  only:
    - master