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: 6184f43a6f9b0e6b806b7569963cfd11d7946587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# scrutinizer-ci.com configuration
imports:
    - javascript
    - php
filter:
    excluded_paths:
        - build/
        - js/vendor/
        - node_modules/
        - tmp/
        - vendor/
checks:
    javascript: true
build:
    dependencies:
        before:
            - composer install
            - composer require tecnickcom/tcpdf pragmarx/google2fa bacon/bacon-qr-code samyoul/u2f-php-server
    tests:
        override:
            - php-scrutinizer-run
            - phpcs-run