From: Stricted <info@stricted.de>
Date: Wed, 6 May 2015 00:12:16 +0000 (+0200)
Subject: fix last commit
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8278a47a8daa81a18174e4962b5e9b094745afa5;p=GitHub%2FStricted%2FDomain-Control-Panel.git

fix last commit
---

diff --git a/.travis.yml b/.travis.yml
index cfa9723..17b26cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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