HQarroum/Gravatar

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - '12'
  - '14'
  - '16'
before_install:
  - npm install -g codecov
install:
  - npm install
script:
  - npm run build
  - npm run coverage
  - codecov