mvaload/difference-calculator

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - '7.3'

install:
  - composer self-update
  - make install

script:
  - make lint
  - make test