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:
parent
807daec712
commit
05d571c1a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user