Skip to content

Commit

Permalink
Make sure the build process works without error.
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Sep 9, 2012
1 parent 175e5cc commit 0308b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -7,11 +7,11 @@
<target name="clean" description="Clean up and create artifact directories">
<delete dir="${basedir}/build/coverage" />
<delete dir="${basedir}/build/logs" />
<delete dir="${basedir}/build/jdepend" />
<delete dir="${basedir}/build/pdepend" />

<mkdir dir="${basedir}/build/coverage" />
<mkdir dir="${basedir}/build/logs" />
<mkdir dir="${basedir}/build/jdepend" />
<mkdir dir="${basedir}/build/pdepend" />
</target>

<target name="phpunit" description="Run unit tests using PHPUnit and generates junit.xml and clover.xml">
Expand Down

0 comments on commit 0308b69

Please sign in to comment.