From 6a7db8d51a6659d6684a66d423904c9b7de59adf Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 29 Oct 2013 00:44:04 +0100 Subject: [task/code-sniffer] Require code sniffer to pass on Travis CI. PHPBB3-11980 --- build/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/build.xml b/build/build.xml index 9376f95143..c685a6f516 100644 --- a/build/build.xml +++ b/build/build.xml @@ -88,14 +88,14 @@ --ignore=phpBB/phpbb/* --ignore=phpBB/vendor/* phpBB" - dir="." passthru="true" /> + dir="." checkreturn="true" passthru="true" /> + dir="." checkreturn="true" passthru="true" /> -- cgit v1.2.1