From 6b9f9f0f4403360c962e52c9570230e34d379ed8 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 28 Oct 2018 09:05:20 +0100 Subject: [PATCH] Added scrutinizer config to enforce using the new environment --- .scrutinizer.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 692b0397..620ece4f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,12 @@ tools: external_code_coverage: true checks: - php: - code_rating: true - duplication: true + php: + code_rating: true + duplication: true +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run