From: mutec Date: Sun, 21 Aug 2016 10:58:12 +0000 (+0200) Subject: check against PHP 7.0 (and nightly) (#2084) X-Git-Tag: 3.0.0_Beta_1~626 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=74ec639318b210780bb63866ef5ed1b23fddf279;p=GitHub%2FWoltLab%2FWCF.git check against PHP 7.0 (and nightly) (#2084) * check against PHP 7.0 (and nightly) nightly is allowed to fail in case the nightly build is buggy * switch pyrus to pear * resource/performance optimization * Update .travis.yml --- diff --git a/.travis.yml b/.travis.yml index 14954657ad..77a1fbf154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: php sudo: false php: - - 5.6 + - 7.0 - 5.5 before_install: - - pyrus install pear/PHP_CodeSniffer + - pear install pear/PHP_CodeSniffer - phpenv rehash script: - find . -type f -name '*.php' -not -path './wcfsetup/install/files/lib/system/api/composer/autoload_static.php' -print0 |xargs -0 -I file -P 4 php -l file > /dev/null