File tree 3 files changed +5
-6
lines changed 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 46
46
47
47
48
48
- stage : Static Analysis (informative)
49
- install :
50
- # Install PHPStan
51
- - travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
52
- - travis_retry composer install --no-progress --prefer-dist
53
49
script :
54
- - php temp/phpstan /phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 src
50
+ - vendor/bin /phpstan analyse --level 5 --configuration tests/phpstan.neon src
55
51
56
52
57
53
- stage : Code Coverage
Original file line number Diff line number Diff line change 33
33
"nette/security" : " ^3.0" ,
34
34
"latte/latte" : " ^2.5.1" ,
35
35
"tracy/tracy" : " ^2.6" ,
36
- "mockery/mockery" : " ^1.0"
36
+ "mockery/mockery" : " ^1.0" ,
37
+ "phpstan/phpstan-nette" : " ^0.12"
37
38
},
38
39
"conflict" : {
39
40
"nette/di" : " <3.0-stable" ,
Original file line number Diff line number Diff line change
1
+ includes :
2
+ - ../vendor/phpstan/phpstan-nette/extension.neon
You can’t perform that action at this time.
0 commit comments