Fix syntax error check
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 5 Feb 2013 15:49:16 +0000 (16:49 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 5 Feb 2013 15:49:38 +0000 (16:49 +0100)
.travis.yml

index 504cb4b77ab76881313216fa3fe4be7024666ee0..b5e46ac527c30a2f37a3f41566b311b9096e8eec 100644 (file)
@@ -6,5 +6,5 @@ before_install:
   - pear install pear/PHP_CodeSniffer
   - phpenv rehash
 script:
-  - find . -type f -name '*.php' -exec php -l {} \;
+  - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null
   - phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .