mirror of
https://github.com/danog/sql.git
synced 2024-11-30 04:29:18 +01:00
Run Psalm on Travis
This commit is contained in:
parent
dbd1284c9c
commit
8520dfd728
@ -34,6 +34,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
|
- 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
|
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
- vendor/bin/psalm
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- ./coveralls.phar
|
- ./coveralls.phar
|
||||||
|
Loading…
Reference in New Issue
Block a user