From: Tim Düsterhus Date: Mon, 30 May 2016 20:55:23 +0000 (+0200) Subject: Attempt to make travis tests run faster X-Git-Tag: 2.1.11~4^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5de94562b508c1b07acd78a0c01b3f6c7858a7f7;p=GitHub%2FWoltLab%2FWCF.git Attempt to make travis tests run faster --- diff --git a/.travis.yml b/.travis.yml index d8c793883f..fa826c2e9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ before_install: - pyrus install pear/PHP_CodeSniffer - phpenv rehash script: - - find . -type f -name '*.php' |xargs -I file php -l file > /dev/null + - find . -type f -name '*.php' -print0 |xargs -0 -I file -P 4 php -l file > /dev/null - phpcs -p --extensions=php --standard="`pwd`/CodeSniff/WCF" .