Passed
Push — master ( 77095f...0d2fd7 )
by axel
09:12 queued 06:32
created

Repository Config

build:
    dependencies:
        before:
            - composer install
    environment:
        php:
            version: '5.4'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'test/*'
    dependency_paths:
        - 'vendor/'
checks:
    php: true
coding_style:
    php: {  }