summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.scrutinizer.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index 64622051c..100366c18 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -8,6 +8,7 @@ filter:
- 'img/*'
- 'css/*'
- 'bin/*'
+ - 'tmp/*'
- 'appinfo/application.php'
imports:
@@ -23,3 +24,12 @@ checks:
php:
# not helpful because there is no setting to tweek the threshold
duplication: false
+
+build:
+ project_setup:
+ before:
+ - mkdir tmp
+ - cd tmp
+ - wget https://raw.githubusercontent.com/owncloud/core/master/lib/public/appframework/db/doesnotexistexception.php
+ - wget https://raw.githubusercontent.com/owncloud/core/master/lib/public/appframework/db/multipleobjectsreturnedexception.php
+ - cd .. \ No newline at end of file