Completed
Push — master ( 7453df...6cc4b1 )
by Yılmaz
06:11 queued 03:04
created

Checkout Config

build:
    environment:
        php:
            version: 5.6
build:
    tests:
        override:
            -
                command: phpunit --coverage-clover=embeddables-coverage
                coverage:
                    file: embeddables-coverage
                    format: php-clover

Repository Config

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