Passed
Push — master ( ea3f7c...e350eb )
by nicolas
50s
created

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php: '5.6.16'
    tests:
        override:
            -
                command: './vendor/bin/phpspec run -c ./phpspec.yml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'
            - true
    cache:
        directories:
            - vendor/
            - bin/
            - ~/.composer