From: Stricted Date: Thu, 4 Jun 2015 12:05:37 +0000 (+0200) Subject: fix travis build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=427a7aa9a9861b4c0813dcbb488bebc14d8ea540;p=GitHub%2FStricted%2FDomain-Control-Panel.git fix travis build --- diff --git a/.travis.yml b/.travis.yml index bb459b0..f2072cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_script: - git clone --branch=master --depth=1 --quiet git://github.com/WoltLab/WCF.git WCF script: - find . -type f -name '*.php' -not -path "./WCF/*" |xargs -I file php -l file > /dev/null - - 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 diff --git a/lib/page/SecAddPage.class.php b/lib/page/SecAddPage.class.php index 40c243e..a5d18a6 100644 --- a/lib/page/SecAddPage.class.php +++ b/lib/page/SecAddPage.class.php @@ -1,7 +1,7 @@