diff options
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 687613d6c26..72f6f1c30f9 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,6 @@ +before_commands: + - 'git submodule update --init --recursive' + filter: excluded_paths: - '3rdparty/*' |