add current dev version (WIP)
[GitHub/Stricted/Domain-Control-Panel.git] / .travis.yml
index bb459b02e8a4068950c08019f54509b29311889d..f2072cce52baa60d19b3e597fed079545bc0c72e 100644 (file)
@@ -12,4 +12,4 @@ before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF\r
 script:\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
+  - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/system/api/" --ignore="WCF/" .
\ No newline at end of file