File tree Expand file tree Collapse file tree 5 files changed +0
-67
lines changed Expand file tree Collapse file tree 5 files changed +0
-67
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,6 @@ notifications:
51
51
52
52
jobs :
53
53
include :
54
- - stage : Static Code Analysis
55
- php : 7.2
56
- env : PHPStan
57
- before_install :
58
- - travis_retry ./build/tools/composer require --no-update phpunit/php-invoker:^2.0
59
- install : travis_retry ./build/tools/composer update --prefer-dist --prefer-stable
60
- script :
61
- - ./build/tools/phpstan analyse --level=0 -c phpstan.neon src
62
- - ./build/tools/phpstan analyse --level=2 -c phpstan-tests.neon tests
63
54
- stage : Static Code Analysis
64
55
php : 7.2
65
56
env : php-cs-fixer
Original file line number Diff line number Diff line change 4
4
<phar name =" php-cs-fixer" version =" ^2.12.0" installed =" 2.13.0" location =" ./build/tools/php-cs-fixer" copy =" true" />
5
5
<phar name =" phpdox" version =" ^0.11.2" installed =" 0.11.2" location =" ./build/tools/phpdox" copy =" true" />
6
6
<phar name =" phploc" version =" ^4.0.1" installed =" 4.0.1" location =" ./build/tools/phploc" copy =" true" />
7
- <phar name =" phpstan" version =" ^0.10.1" installed =" 0.10.1" location =" ./build/tools/phpstan" copy =" true" />
8
7
</phive >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments