From 10f138e1c88a1b0a543ba753887d576b09f1ad8f Mon Sep 17 00:00:00 2001 From: New0 Date: Thu, 23 May 2019 16:57:33 +0200 Subject: [PATCH] Revert last commit (invalid constraint ) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 275d592f1..669743f97 100755 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ before_script: case "$TRAVIS_PHP_VERSION" in 7.4snapshot|7.3|7.2|7.1|nightly) echo "Using PHPUnit 7.x" - travis_retry composer global require "phpunit/phpunit:^7.*" + travis_retry composer global require "phpunit/phpunit:^7" ;; 7.0) echo "Using PHPUnit 6.x"