Make lint verbose to avoid timeout errors on Travis
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
c76414b8bd
commit
1917bc159b
@ -151,7 +151,7 @@
|
||||
</target>
|
||||
|
||||
<target name="lint" description="Perform syntax check of sourcecode files">
|
||||
<apply executable="php" failonerror="true" output="${basedir}/build/logs/lint.log" logError="true">
|
||||
<apply executable="php" failonerror="true">
|
||||
<arg value="-l" />
|
||||
|
||||
<fileset dir="${basedir}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user