Test Setup Failed
Push — master ( 9b23bc...3dfe1e )
by Luis Ramón
01:51
created

Checkout Config

build:
    environment:
        php:
            version: 5.4.28
            ini:
                'date.timezone': 'Europe/Madrid'

        hosts:
            local.dev: '127.0.0.1'

        apache2:
            modules: ['rewrite']
            sites:
                symfony_app:
                    web_root: 'web/'
                    host: 'local.dev'

    project_setup:
        before:
            - app/console doctrine:database:create

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'app/*'