Don't check WCF files for syntax errors
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 May 2013 15:02:16 +0000 (17:02 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 1 May 2013 15:02:26 +0000 (17:02 +0200)
.travis.yml

index 9b4395a11927e4fa96751bb82cfc3a0f39413c72..aa9018536dca8718d09cca5290026c44c0f61975 100644 (file)
@@ -8,5 +8,5 @@ before_install:
 before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
 script:
-  - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null
+  - find files -type f -name '*.php' |xargs -I file php -l file
   - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files
\ No newline at end of file