projects
/
GitHub
/
Stricted
/
Domain-Control-Panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6706658
)
fix .travis.yml
author
Stricted
<info@stricted.de>
Wed, 6 May 2015 00:35:11 +0000
(
02:35
+0200)
committer
Stricted
<info@stricted.de>
Wed, 6 May 2015 00:35:11 +0000
(
02:35
+0200)
.travis.yml
patch
|
blob
|
blame
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fc4768d5106414c40cd2d4b882af620055ed8428..ba33146cef865fc73ebc2c35334356841e85d149 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-10,5
+10,5
@@
before_install:
before_script:
\r
- git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
\r
script:
\r
- - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null
\r
+ - find . -type f -name '*.php'
-not -path "./WCF/*"
|xargs -I file php -l file > /dev/null
\r
- phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/api/" --ignore="WCF/" .
\ No newline at end of file