From: Stricted Date: Fri, 23 Dec 2016 19:14:22 +0000 (+0100) Subject: add php 7.1 to .travis.xml X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d5fcf33db575918d2f4f1ba2d69008885c2a39a4;p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git add php 7.1 to .travis.xml --- diff --git a/.travis.yml b/.travis.yml index ff92839..cd0304a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,11 @@ php: - 5.5 - 5.6 - 7.0 + - 7.1 - hhvm before_script: - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi - - travis_retry composer self-update - travis_retry composer require "squizlabs/php_codesniffer=*" - - travis_retry composer install --no-interaction --prefer-source - 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