projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.legalNotice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dcd6b
)
Check PHP files for syntax errors
author
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 7 Feb 2013 12:40:48 +0000
(13:40 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Thu, 7 Feb 2013 12:40:48 +0000
(13:40 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index c25b47bbcb8912969d9349d6fb0c711a9fc8839a..9b4395a11927e4fa96751bb82cfc3a0f39413c72 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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