Passed
Push — dev ( 9e1c42...badfae )
by 世昌
03:16
created

Repository Config

build:
    nodes:
        analysis:
            services:
                mysql: 5.7
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
    environment:
        php:
          version: 7.2        
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }