Completed
Pull Request — master (#1)
by Bingo
02:10 queued 28s
created

Checkout Config

before_commands:
    - "composer install --no-interaction"
build:
  nodes:
    php72:
      environment:
        php: 7.2
        redis: false
    php73:
      environment:
        php: 7.3
        redis: false
    coverage:
      tests:
        override:
          - command: vendor/bin/phpunit
            coverage:
              file: build/logs/clover.xml                                        
              format: clover

Repository Config

# language: php

# tests: true