Skip to content

Commit

Permalink
test: Build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rennis23 committed Feb 15, 2014
1 parent 3b23bb8 commit fd8baf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<delete dir="${builddir}/logs"/>
<delete dir="${builddir}/pdepend"/>
<delete dir="${builddir}/docs"/>
<delete dir="${basedir}/vendor"/>
</target>

<target name="prepare" depends="clean" description="Prepare for build">
Expand All @@ -48,6 +47,9 @@
<exec executable="php" failonerror="true">
<arg value="bin/composer.phar" />
<arg value="install" />
<arg value="--dev" />
<arg value="--no-progress" />
<arg value="--no-interaction" />
</exec>
<exec executable="git" failonerror="true" description="Install Symfony2 coding standard to phpcs">
<arg value="clone" />
Expand Down

0 comments on commit fd8baf0

Please sign in to comment.