repo.or.cz
/
phpmyadmin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translated using Weblate (Czech)
[phpmyadmin.git]
/
.scrutinizer.yml
blob
d8610aff1c5e9af393590076af5269cd62d7b986
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