Completed
Push — master ( ec9e24...9b65bd )
by Ruben
02:53
created

Checkout Config

build:
    environment:
        php: '5.5.25'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=test-results'
                coverage:
                    file: 'test-results'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php: {  }
build: true