Completed
Push — master ( 1e5ffa...71d177 )
by nicolas
03:22 queued 56s
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