language: node_js

notifications:
  email:
    - eward.song@gmail.com

node_js:
  - '12.14.1'

install:
  - npm install

script:
  - make cov
