Initialize submodules for Scrutinizer as well

Scrutinizer otherwise complains about the fact that some classes are undefined etc.

Let's see whether that works 😄
This commit is contained in:
Lukas Reschke 2016-03-07 20:52:58 +01:00
parent 0487b541a0
commit 81cda800be
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
before_commands:
- 'git submodule update --init --recursive'
filter:
excluded_paths:
- '3rdparty/*'