aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-29 00:44:04 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-10-29 00:59:51 +0100
commit6a7db8d51a6659d6684a66d423904c9b7de59adf (patch)
tree1553a6065b8f9570851cbfdeb0f04f8c50d82c57 /build
parent59e3c2d16e5fa3eb6f1a872657454b437b72ae63 (diff)
downloadforums-6a7db8d51a6659d6684a66d423904c9b7de59adf.tar
forums-6a7db8d51a6659d6684a66d423904c9b7de59adf.tar.gz
forums-6a7db8d51a6659d6684a66d423904c9b7de59adf.tar.bz2
forums-6a7db8d51a6659d6684a66d423904c9b7de59adf.tar.xz
forums-6a7db8d51a6659d6684a66d423904c9b7de59adf.zip
[task/code-sniffer] Require code sniffer to pass on Travis CI.
PHPBB3-11980
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
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" />
<exec command="phpBB/vendor/bin/phpcs
-s
--extensions=php
--standard=build/code_sniffer/ruleset-php-strict.xml
--ignore=phpBB/phpbb/db/migration/data/v30x/*
phpBB/phpbb"
- dir="." passthru="true" />
+ dir="." checkreturn="true" passthru="true" />
</target>
<target name="docs">