Skip to content

Commit

Permalink
Add psalm to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhramtsov committed Jan 28, 2021
1 parent 957ee31 commit 93b360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<target name="build" description="Runs build locally" depends="composer-validate, phplint, php-cs-fixer, phpcs,
phpmd, phpcpd, psalm, phpunit, dependencies-list-outdated" />

<target name="build-ci" description="Run CI build" depends="phplint, php-cs-fixer-ci, phpcs,
phpmd, phpcpd, psalm, phpunit-ci" />
<target name="build-ci" description="Run CI build" depends="phplint, php-cs-fixer-ci, phpcs, phpmd, phpcpd, psalm,
phpunit-ci" />

</project>

0 comments on commit 93b360c

Please sign in to comment.