Passed
Push — master ( 709665...38fa98 )
by Emmanuel
04:15
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    project_setup:
        before:
            - mysql -e "CREATE DATABASE test_db"
            
filter:
    excluded_paths:
        - tests/*
checks:
    php:
        code_rating: true

tools:
    external_code_coverage: true
    php_analyzer: true
    php_changetracking: true
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cpd: true
    php_mess_detector: true
    php_pdepend: true
    sensiolabs_security_checker: true

Repository Config

# language: php