aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-02-28 15:24:04 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-28 15:24:04 +0100
commitbe8dd8598ef09d11b79b11c8b8cff04d0bd3f2de (patch)
tree0f00505540f13abdf7d620f58836f2f3c57b30a6
parent947e918f05d70d5dce4efa4ef403e593581c3fa9 (diff)
Travis remove superfluous PHP version (#3492)
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 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: