1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-12 00:59:48 +01:00

Merge branch 'master' into php5

* master:
  Make build script exit with non-zero status when sniff fails.
This commit is contained in:
Andreas Fischer 2014-04-19 15:37:06 +02:00
commit d107d43ec3

View File

@ -13,14 +13,14 @@
--extensions=php
--standard=build/code-sniffer-ruleset.xml
phpseclib/"
dir=".." passthru="true" />
dir=".." checkreturn="true" passthru="true" />
</target>
<target name="sniff-php-tests">
<exec command="vendor/bin/phpcs -s
--extensions=php
--standard=build/code-sniffer-ruleset-tests.xml
tests/"
dir=".." passthru="true" />
dir=".." checkreturn="true" passthru="true" />
</target>
</project>