Completed
Push — master ( c14755...dfdafe )
by Antonio Carlos
01:54
created

Repository Config

checks:
    php: true

filter: 
    paths: [src/*]
    excluded_paths:
        - 'tests/*'
    
coding_style:
    php: {  }

build:
        
build:
    environment:
        php: '5.6.31'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit -c phpunit.xml'
                coverage:
                    file: 'coverage/coverage-clover.xml'
                    format: 'clover'