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

.scrutinizer.yml - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8610aff1c5e9af393590076af5269cd62d7b986 (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
# scrutinizer-ci.com configuration
imports:
    - javascript
    - php
filter:
    excluded_paths:
        - build/
        - js/vendor/
        - node_modules/
        - tmp/
        - vendor/
checks:
    javascript: true
    php: true
build:
    nodes:
        analysis:
            environment:
                php: 7.1
                node: 10
            dependencies:
                before:
                    - composer install
                    - composer require tecnickcom/tcpdf pragmarx/google2fa-qrcode samyoul/u2f-php-server
            tests:
                override:
                    - php-scrutinizer-run
                    - phpcs-run