Run Psalm on Travis

This commit is contained in:
Aaron Piotrowski 2020-06-11 09:22:26 -05:00
parent dbd1284c9c
commit 8520dfd728
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -34,6 +34,7 @@ install:
script:
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
- vendor/bin/psalm
after_script:
- ./coveralls.phar