Skip to content

Commit e70445e

Browse files
Update .travis.yml
1 parent 392d5eb commit e70445e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ php:
1010

1111
matrix:
1212
include:
13-
- php: 7.4
14-
env: STATIC_ANALYSIS=yes
13+
- name: PHPStan
14+
php: 7.4
1515
before_script:
1616
- travis_retry composer update --no-interaction --no-dev
1717
- curl -L https://github.com/phpstan/phpstan/releases/download/0.12.32/phpstan.phar -o phpstan.phar
1818
script:
19-
- php phpstan.phar analyse
19+
- php phpstan.phar analyse --no-progress
2020

2121
before_script:
2222
- travis_retry composer update --no-interaction

0 commit comments

Comments
 (0)