Passed
Push — master ( d60a3c...09a730 )
by nicolas
01:32
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build:
    environment:
        php: '7.0'
    tests:
        override:
            -
                command: './vendor/bin/phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
            - true
    cache:
        directories:
            - vendor/
            - bin/
            - ~/.composer