From eaafacd8221f7a238bb5a050452f86946db12b29 Mon Sep 17 00:00:00 2001 From: Stricted Date: Wed, 6 May 2015 02:07:01 +0200 Subject: [PATCH] fix .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3464e5..cfa9723 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 files -type f -name '*.php' |xargs -I file php -l file - - phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" files \ No newline at end of file + - 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 -- 2.20.1