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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-05 00:29:35 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-30 23:39:04 +0300
commitc6ce930051aeb2dd3e2a8bffda4b4da733b77a79 (patch)
tree2a4673d1098f3aa68e5a6ebf8e84813be019b9ee /.scrutinizer.yml
parent61b5307682aeff74b74608e4b478700005d148d0 (diff)
Included Scrutinizer's config in the repository
Diffstat (limited to '.scrutinizer.yml')
-rw-r--r--.scrutinizer.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.scrutinizer.yml b/.scrutinizer.yml
new file mode 100644
index 0000000000..555eaaf2bf
--- /dev/null
+++ b/.scrutinizer.yml
@@ -0,0 +1,29 @@
+tools:
+ php_sim: true
+ php_pdepend: true
+ php_analyzer:
+ config:
+ check_variables:
+ enabled: false
+
+filter:
+ excluded_paths:
+ - 'tests/*'
+ - 'libs/*'
+ - 'misc/*'
+ - 'lang/*'
+
+build:
+ environment:
+ php:
+ version: 5.5.12
+ dependencies:
+ before:
+ - cp tests/PHPUnit/config.ini.travis.php config/config.ini.php
+ tests:
+ override:
+ -
+ command: cd tests/PHPUnit && phpunit --testsuite UnitTests --coverage-clover clover-unit.xml
+ coverage:
+ file: tests/PHPUnit/clover-unit.xml
+ format: php-clover