updated coveralls command to be more verbose

This commit is contained in:
Joshua Estes 2014-07-03 11:05:52 -04:00
parent 26295be8a3
commit e662a08f7c
1 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@
</target>
<target name="coveralls">
<exec executable="bin/coveralls" passthru="true" />
<exec executable="bin/coveralls" passthru="true">
<arg value="-v" />
</exec>
</target>
</project>