From be8dd8598ef09d11b79b11c8b8cff04d0bd3f2de Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 28 Feb 2021 15:24:04 +0100 Subject: Travis remove superfluous PHP version (#3492) --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae99fc85e..b454e553d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,18 +18,6 @@ jobs: - COMPOSER_BIN=$(composer global config --absolute bin-dir) - $COMPOSER_BIN/phpunit --bootstrap ./tests/bootstrap.php --verbose ./tests - $COMPOSER_BIN/phpcs . -p -s - - name: "PHP 7.4 Syntax, linter and tests" - php: "7.4" - install: - - composer global require squizlabs/php_codesniffer - - composer global require phpunit/phpunit ^9 - script: - - phpenv rehash - - find . -name \*.php -print0 | xargs -0 -n1 -P4 php -l 1>/dev/null 2>php-l-results - - if [ -s php-l-results ]; then cat php-l-results; exit 1; fi - - COMPOSER_BIN=$(composer global config --absolute bin-dir) - - $COMPOSER_BIN/phpunit --bootstrap ./tests/bootstrap.php --verbose ./tests - - $COMPOSER_BIN/phpcs . -p -s - name: "PHP 5.6 Syntax" php: "5.6" script: -- cgit v1.2.3