Translated using Weblate (Slovenian)
[phpmyadmin.git] / .scrutinizer.yml
blobdd61d5dc6d65a2e05f88d8511ac0995f439ca04f
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 checks:
13   javascript: true
14   php: true
15 build:
16   nodes:
17     analysis:
18       environment:
19         php: 7.1
20         node: 10
21       dependencies:
22         before:
23           - composer install
24           - composer require tecnickcom/tcpdf pragmarx/google2fa-qrcode samyoul/u2f-php-server
25       tests:
26         override:
27           - php-scrutinizer-run
28           - phpcs-run