From fca48233195475f2dc7b9eab7299dd3bd6c9d3df Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 21 Sep 2020 13:29:39 +0200 Subject: [PATCH] fix travis conf --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f8bd4b3..2c39fe7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,9 +48,9 @@ before_script: echo "Using PHPUnit 6.x" composer global require "phpunit/phpunit:^6" ;; - 5.6|5.5|5.4|5.3) - echo "Using PHPUnit 4.x" - composer global require "phpunit/phpunit:^4" + 5.6) + echo "Using PHPUnit 5.x" + composer global require "phpunit/phpunit:^5" ;; *) echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"