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 392d5eb commit e70445eCopy full SHA for e70445e
.travis.yml
@@ -10,13 +10,13 @@ php:
10
11
matrix:
12
include:
13
- - php: 7.4
14
- env: STATIC_ANALYSIS=yes
+ - name: PHPStan
+ php: 7.4
15
before_script:
16
- travis_retry composer update --no-interaction --no-dev
17
- curl -L https://github.com/phpstan/phpstan/releases/download/0.12.32/phpstan.phar -o phpstan.phar
18
script:
19
- - php phpstan.phar analyse
+ - php phpstan.phar analyse --no-progress
20
21
22
- travis_retry composer update --no-interaction
0 commit comments