From e6ad806460c46504815b49cffc45762a4986a9f2 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 8 Jun 2020 09:17:29 +0200 Subject: [PATCH] Enable tests on PHP 8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c86410a..2d4eb38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ before_install: - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; install: - # only install phpstan when we need it - if [ "$CS_FIXER" = "run" ]; then composer require phpstan/phpstan phpstan/phpstan-phpunit --dev --no-progress --no-suggest ; fi; + - if [ "$CS_FIXER" != "run" ]; then composer remove friendsofphp/php-cs-fixer --dev --no-progress --no-update ; fi; - composer update --prefer-dist --no-progress --no-suggest -o $COMPOSER_FLAGS - php vendor/bin/simple-phpunit install