1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-30 04:29:12 +01:00

Run Psalm on Travis

This commit is contained in:
Aaron Piotrowski 2020-06-08 14:40:38 -05:00
parent 807daec712
commit 05d571c1a9
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -40,6 +40,7 @@ before_script:
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:
- wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.2.0/php-coveralls.phar