xprt64/cqrs-es

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php
php:
  - '7.0'
  - '7.1'
  - '7.2'
  - '7.3'

install:
  - curl -s http://getcomposer.org/installer | php
  - php composer.phar install --dev --no-interaction

script:
  - mkdir -p build/logs
  - phpunit --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/