Skip to content

Commit 549c9af

Browse files
committed
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>
1 parent c61c8cc commit 549c9af

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@
130130
</target>
131131

132132
<target name="lint" description="Perform syntax check of sourcecode files">
133-
<mkdir dir="${basedir}/build"/>
134-
<apply executable="php" failonerror="true" logError="true" output="${basedir}/build/php-lint.log">
133+
<apply executable="php" failonerror="true">
135134
<arg value="-l" />
136135

137136
<fileset dir="${basedir}">

0 commit comments

Comments
 (0)