Rustem-A/Page-Analyzer

View on GitHub
travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - '7.4.4'
install:
  - composer self-update
  - make install

script:
  - make lint
  - make test