From 81cda800be31dcb564e122ae3c4fa680730174cf Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 7 Mar 2016 20:52:58 +0100 Subject: [PATCH] Initialize submodules for Scrutinizer as well Scrutinizer otherwise complains about the fact that some classes are undefined etc. Let's see whether that works :smile: --- .scrutinizer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 687613d6c2..72f6f1c30f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,6 @@ +before_commands: + - 'git submodule update --init --recursive' + filter: excluded_paths: - '3rdparty/*'