Skip to content

Commit 0061672

Browse files
committed
Update PHPUnit in travis file to minimum 5.0 to match PHP5.6
1 parent 9ebabd9 commit 0061672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ before_script:
4949
echo "Using PHPUnit 6.x"
5050
composer global require "phpunit/phpunit:^6"
5151
;;
52-
5.6|5.5|5.4|5.3)
53-
echo "Using PHPUnit 4.x"
54-
composer global require "phpunit/phpunit:^4"
52+
5.6)
53+
echo "Using PHPUnit 5.x"
54+
composer global require "phpunit/phpunit:^5"
5555
;;
5656
*)
5757
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"

0 commit comments

Comments
 (0)