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 786e717 commit 67f655bCopy full SHA for 67f655b
.travis.yml
@@ -38,6 +38,17 @@ jobs:
38
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
39
40
41
+ - stage: Static Analysis
42
+ php: 7.1
43
+ install:
44
+ # Install PHPStan
45
+ - travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
46
+ - travis_retry composer install --no-progress --prefer-dist
47
+
48
+ script:
49
+ - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 src
50
51
52
- stage: Code Coverage
53
php: 7.2
54
script:
@@ -48,6 +59,7 @@ jobs:
59
60
61
allow_failures:
62
63
64
65
0 commit comments