From c8166df601d468c4556320a8e606dfaca33d7eb6 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 6 Apr 2017 12:57:31 +0200 Subject: [PATCH] WIP|FEATURE: Allow scrutinizer to run tests * Install standard to enable sniffs to run. Relates: #46 --- .scrutinizer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 31f84c8..bd58672 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,4 +1,7 @@ build: + tests: + before: + - make install environment: php: version: 5.6