Add psalm to "Lint and analyse code" TravisCI config

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-02 01:13:55 +02:00
parent 697a8ca99d
commit c2f44de523
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -73,6 +73,14 @@ jobs:
after_success: skip
script: composer phpstan
- stage: "Lint and analyse code"
name: "Run psalm"
before_install: phpenv config-rm xdebug.ini
before_script: skip
after_script: skip
after_success: skip
script: composer psalm
- stage: "PHP Unit tests"
php: 7.1
name: "PHP 7.1"