Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-09 19:14:27 +0300
committerbrantje <brantje@gmail.com>2016-10-09 19:29:31 +0300
commita18aa0a0d1901f98e1cef35e47c9668dffd91760 (patch)
treeab4473dbbabbdf9738be8de7aed8c905266f4283 /.scrutinizer.yml
parent2c48aab40d88fbeb66d117fdb5bd3ec8c512fe4c (diff)
Change travis config, add scrutinizer config
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 00000000..44a5899a
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,13 @@
+filter:
+ excluded_paths:
+ - 'js/vendor*'
+ - 'l10n/*'
+ - 'tests/*'
+
+imports:
+ - javascript
+ - php
+
+tools:
+ external_code_coverage:
+ timeout: 7200 # Timeout in seconds: 2 hours \ No newline at end of file