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

.scrutinizer.yml - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 555eaaf2bfdb55ec6b40f1a9c8898b07a471e345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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