Passed
Push — master ( 6d4e1e...b8e9dc )
by Žilvinas
07:24 queued 04:05
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'spec/*'
coding_style:
    php: {  }
build:
    environment:
        php:
            version: 5.6.18
    tests:
      override:
          - bin/phpunit -v
    project_setup:
        before:
          - mysql -e "CREATE DATABASE symfony"
        # after:
          # - bin/console doctrine:fixtures:load --no-interaction

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php: {  }
build: true