Passed
Pull Request — master (#549)
by Alexis
06:29
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - tests/*
  paths:
    - src/

build:
  environment:
    php:
      version: 7.2
  dependencies:
    override:
      -
        command: 'composer require --dev "symfony/symfony:3.4.*" --no-update'
      -
        command: 'composer update --no-interaction -vv --profile --no-progress'
        idle_timeout: 900
  tests:
    override:
      -
        command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover'
        coverage:
          file: 'coverage-clover'
          format: 'php-clover'

Repository Config

# language: php
build:
    environment:
        php:
            ini:
                'memory_limit': '-1'