fix last commit
authorStricted <info@stricted.de>
Tue, 12 Jan 2016 11:35:00 +0000 (12:35 +0100)
committerStricted <info@stricted.de>
Tue, 12 Jan 2016 11:35:00 +0000 (12:35 +0100)
.travis.yml

index c54f643886e1bd61dff64a19c858ad3099860dcd..3c87b6731a4af4312f663dafad1950afce5d4698 100644 (file)
@@ -15,4 +15,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/*" -not -path "./vendor/*" |xargs -I file php -l file  > /dev/null
-  - vendor/bin/phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="lib/system/api/" --ignore="WCF/" --ignore="vendor/" .
\ No newline at end of file
+  - vendor/bin/phpcs -p --extensions=php --standard="`pwd`/WCF/CodeSniff/WCF" --ignore="CryptLib/" --ignore="WCF/" --ignore="vendor/" .
\ No newline at end of file