From fcedac6e62996c77d29e9ee890c14a3e9a0b1cea Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Sat, 5 Dec 2015 14:58:01 +0100 Subject: [PATCH] scrutinizer to make build-dir --- .scrutinizer.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index ff52365..a9e8243 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -39,10 +39,16 @@ filter: build: + + dependencies: + before: + - + command: 'mkdir build' + tests: override: - - command: 'phpunit' + command: 'phpunit --configuration .phpunit.xml' coverage: - file: 'coverage.clover' + file: 'build/coverage.clover' format: 'php-clover'