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