We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e95ba commit f51a6e9Copy full SHA for f51a6e9
.travis.yml
@@ -41,6 +41,17 @@ jobs:
41
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
42
43
44
+ - stage: Static Analysis
45
+ php: 7.1
46
+ install:
47
+ # Install PHPStan
48
+ - travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
49
+ - travis_retry composer install --no-progress --prefer-dist
50
+
51
+ script:
52
+ - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 src
53
54
55
- stage: Code Coverage
56
php: 7.2
57
script:
@@ -51,6 +62,7 @@ jobs:
62
63
64
allow_failures:
65
66
67
68
0 commit comments