Check PHP files for syntax errors
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 7 Feb 2013 12:40:48 +0000 (13:40 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 7 Feb 2013 12:40:48 +0000 (13:40 +0100)
.travis.yml

index c25b47bbcb8912969d9349d6fb0c711a9fc8839a..9b4395a11927e4fa96751bb82cfc3a0f39413c72 100644 (file)
@@ -8,4 +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
   - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files
\ No newline at end of file