Completed
Push — 3.1 ( 937765...592f7f )
by Gordon
21s
created

Checkout Config

inherit: true

#Copied from https://www.adayinthelifeof.nl/2013/11/20/external-code-coverage-with-travis-scrutinizer/
tools:
    external_code_coverage:
      timeout: 600
    php_code_sniffer:
      config:
        standard: PSR2
    php_cs_fixer:
      extensions:
        # Default:
        - php
      fixers: []
      enabled: false
      filter:
            paths: [tests/*,code/*]
            excluded_paths: []
coding_style:
  php:
    indentation:
      general:
        use_tabs: false

filter:
    paths: [tests/*,code/*]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: false