File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - php-scrutinizer-run
88 environment :
99 php :
10- version : ' 7.2 '
10+ version : ' 7.3 '
1111 dependencies :
1212 override :
13- - composer install --no-interaction --prefer-source
13+ - composer update -o --prefer-source --no-interaction
1414
1515filter :
1616 excluded_paths :
17- - ' Tests/'
18- - ' vendor/'
17+ - ' Tests/* '
18+ - ' vendor/* '
1919
2020tools :
2121 php_analyzer : true
2222 external_code_coverage : true
23+ php_code_sniffer : true
Original file line number Diff line number Diff line change 11language : php
2+ os : linux
3+ dist : xenial
4+
5+ notifications :
6+ email : false
27
38php :
49 - 7.2
510 - 7.3
611 - 7.4
712 - nightly
813
9- matrix :
14+ cache :
15+ directories :
16+ - $HOME/.composer/cache
17+
18+ jobs :
1019 fast_finish : true
1120 allow_failures :
1221 - php : nightly
1322
1423install :
15- - travis_retry composer update -o --no-interaction --prefer-source
24+ - travis_retry composer update -o --prefer-source --no-interaction
1625
1726script :
18- - vendor/bin/phpunit --coverage-clover build/coverage/clover.xml
19-
20- after_success :
21- - travis_retry vendor/bin/ocular code-coverage:upload --format=php-clover build/coverage/clover.xml
27+ - vendor/bin/phpunit --coverage-clover build/clover.xml
2228
23- sudo : false
24-
25- notifications :
26- email : false
27-
28- cache :
29- directories :
30- - $HOME/.composer/cache
29+ after_script :
30+ - travis_retry vendor/bin/ocular code-coverage:upload --format=php-clover build/clover.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- 2.0.1
1+ 2.0.2
You can’t perform that action at this time.
0 commit comments