Completed
Pull Request — master (#3)
by Yılmaz
03:09
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