No more silencing of lint output
It can cause timeout issue on Travis if run too long. Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
c61c8cc825
commit
549c9af064
@ -130,8 +130,7 @@
|
||||
</target>
|
||||
|
||||
<target name="lint" description="Perform syntax check of sourcecode files">
|
||||
<mkdir dir="${basedir}/build"/>
|
||||
<apply executable="php" failonerror="true" logError="true" output="${basedir}/build/php-lint.log">
|
||||
<apply executable="php" failonerror="true">
|
||||
<arg value="-l" />
|
||||
|
||||
<fileset dir="${basedir}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user