Removed coveralls build target

This commit is contained in:
Joshua Estes 2014-07-11 13:59:03 -04:00
parent f465499c8f
commit 38d67c6af3
1 changed files with 1 additions and 10 deletions

View File

@ -46,10 +46,7 @@
<phingcall target="magento:install" />
</parallel>
<phingcall target="phpunit" />
<parallel threadCount="2">
<phingcall target="coveralls" />
<phingcall target="ocular:code-coverage:upload" />
</parallel>
<phingcall target="ocular:code-coverage:upload" />
</target>
<target name="clean" hidden="true">
@ -76,12 +73,6 @@
<exec executable="bin/phpunit" passthru="true" />
</target>
<target name="coveralls">
<exec executable="bin/coveralls" passthru="true">
<arg value="-v" />
</exec>
</target>
<target name="scrutinizer:ocular:download">
<if>
<not>