Skip to content

Commit

Permalink
Run Psalm on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jun 8, 2020
1 parent 807daec commit 05d571c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 05d571c

Please sign in to comment.