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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-05-09 13:41:30 +0400
committerMichal Čihař <michal@cihar.com>2014-05-09 13:41:30 +0400
commitc3fab4b0477b2736e8243db53998058f9ea5a6b2 (patch)
tree881d352f1d190b992477d9d77df1d22992c75279 /.scrutinizer.yml
parente65027e0809b22b20242b9ecfd09de36bcecc05a (diff)
Send coverage report from Travis to Scrutinizer
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
index a96c8706be..d7b81cb7ea 100644
--- a/.scrutinizer.yml
+++ b/.scrutinizer.yml
@@ -4,3 +4,6 @@ imports:
- php
filter:
excluded_paths: [libraries/php-gettext/*, libraries/tcpdf/*, libraries/bfShapeFiles/*, PMAStandard/*, libraries/phpseclib/*, libraries/plugins/auth/recaptchalib.php, libraries/plugins/auth/swekey/swekey.php, js/jquery/*, js/jqplot/*, js/openlayers/*, js/codemirror/*, js/canvg/*, js/tracekit/*, js/OpenStreetMap.js]
+tools:
+ external_code_coverage:
+ timeout: 3600 # Timeout in seconds.