diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-07 20:52:58 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-07 20:52:58 +0100 |
commit | 81cda800be31dcb564e122ae3c4fa680730174cf (patch) | |
tree | 85baf0ec941a04a93c7a9f602c6c56563098182b /.scrutinizer.yml | |
parent | 0487b541a016be8be24114d494f9abc752abd748 (diff) | |
download | nextcloud-server-81cda800be31dcb564e122ae3c4fa680730174cf.tar.gz nextcloud-server-81cda800be31dcb564e122ae3c4fa680730174cf.zip |
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:
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/*' |