diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-16 08:22:57 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-16 08:22:57 +0100 |
commit | 1e287f2c38d939f6606281c1fe32fc9160f7743e (patch) | |
tree | c9e21c13910c01e283c5960fad0476d23f5d1424 /.scrutinizer.yml | |
parent | 3dd1961f9235fbd2fc5d0b52791d7ff2ee9f43d1 (diff) | |
download | nextcloud-server-1e287f2c38d939f6606281c1fe32fc9160f7743e.tar.gz nextcloud-server-1e287f2c38d939f6606281c1fe32fc9160f7743e.zip |
No more code coverage on scrutinizer
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r-- | .scrutinizer.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9af40bf8ce3..687613d6c26 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -22,7 +22,3 @@ filter: imports: - javascript - php - -tools: - external_code_coverage: - timeout: 7200 # Timeout in seconds. 120 minutes |