Translated using Weblate (Slovenian)
[phpmyadmin.git] / .scrutinizer.yml
blob1c9ecebf92d6e76c12f2353c0eda5c84e02bcef0
1 # scrutinizer-ci.com configuration
2 imports:
3   - javascript
4   - php
5 filter:
6   excluded_paths:
7     - build/
8     - js/vendor/
9     - js/dist/
10     - node_modules/
11     - tmp/
12     - vendor/
13     - test/doctum-config.php
14 checks:
15   javascript: true
16   php: true
17 tools:
18   external_code_coverage:
19     runs: 4 # php 7.x versions
20     timeout: 900 # 15 min
21 build:
22   nodes:
23     analysis:
24       environment:
25         php: 7.2
26         node: 10
27       dependencies:
28         before:
29           - composer install
30           - composer require tecnickcom/tcpdf pragmarx/google2fa-qrcode samyoul/u2f-php-server
31       tests:
32         override:
33           - php-scrutinizer-run
34           - phpcs-run