* 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
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