diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 62d8afb..e682da3 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,7 +2,8 @@ imports: - php tools: - external_code_coverage: true + external_code_coverage: + timeout: 1000 # PHP php_code_sniffer: true php_cpd: true diff --git a/.travis.yml b/.travis.yml index 1c41eec..e5c1a9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover build/clover.xml + - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml matrix: allow_failures: