Completed
Push — master ( 3c24f7...41553b )
by Dan
02:26 queued 45s
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: 'vendor/bin/phpspec run -f progress -c phpspec-ci.yml'
                        coverage:
                          file: 'coverage.clover'
                          format: 'php-clover'
        tests: true
filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php: {  }