Test Failed
Branch add_config_file_cache_test (2e5817)
by nicolas
03:18
created

Repository Config

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