fix .travis.yml
authorStricted <info@stricted.de>
Wed, 6 May 2015 00:35:11 +0000 (02:35 +0200)
committerStricted <info@stricted.de>
Wed, 6 May 2015 00:35:11 +0000 (02:35 +0200)
.travis.yml

index fc4768d5106414c40cd2d4b882af620055ed8428..ba33146cef865fc73ebc2c35334356841e85d149 100644 (file)
@@ -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