Completed
Push — master ( 458311...a7d72c )
by Marcos
03:23
created

Repository Config

checks:
    php: {  }

filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false

build:
  tests:
    override:
      -
        command: 'bin/phpspec run -f progress -c phpspec.yml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'