projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8bb804
)
Fix syntax error check
author
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 5 Feb 2013 15:49:16 +0000
(16:49 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Tue, 5 Feb 2013 15:49:38 +0000
(16:49 +0100)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 504cb4b77ab76881313216fa3fe4be7024666ee0..b5e46ac527c30a2f37a3f41566b311b9096e8eec 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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" .