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

index cfa97236b3765c088a7bfabca5e9134a9c88a07a..17b26cb0fac7d52e8c16f4e230cc108ae3dd310b 100644 (file)
@@ -10,5 +10,5 @@ before_install:
 before_script:
   - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF
 script:
-  - find lib -type f -name '*.php' |xargs -I file php -l file
-  - phpcs -p --extensions=php --standard="/root/WCF/CodeSniff/WCF" --ignore="api/" lib
\ No newline at end of file
+  - find . -type f -name '*.php' |xargs -I file php -l file  > /dev/null
+  - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/api/" .
\ No newline at end of file