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:
da113cb
)
Don't check WCF files for syntax errors
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 1 May 2013 15:02:16 +0000
(17:02 +0200)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 1 May 2013 15:02:26 +0000
(17:02 +0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 9b4395a11927e4fa96751bb82cfc3a0f39413c72..aa9018536dca8718d09cca5290026c44c0f61975 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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