.scrutinizer.yml 369 Bytes
Newer Older
1
before_commands:
2
    - composer global require "fxp/composer-asset-plugin:1.0.0-beta3" --no-interaction
3

4 5 6 7 8
imports:
    - php

tools:
    external_code_coverage:
9
        timeout: 2100 # Timeout in seconds.
Carsten Brandt committed
10 11 12 13
    # disable copy paste detector and simliarity analyzer as they have no real value
    # and a huge bunch of false-positives
    php_sim: false
    php_cpd: false