Completed
Branch master (066290)
by Dan
02:34 queued 49s
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: {  }