gpupo/similarity

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: php
os:
  - linux
php:
  - 7.4
before_script:
  - composer self-update
  - COMPOSER_MEMORY_LIMIT=5G composer install --prefer-dist
script: composer run-script test
notifications:
  email: false
branches:
  only:
  - master