We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ebabd9 commit 0061672Copy full SHA for 0061672
.travis.yml
@@ -49,9 +49,9 @@ before_script:
49
echo "Using PHPUnit 6.x"
50
composer global require "phpunit/phpunit:^6"
51
;;
52
- 5.6|5.5|5.4|5.3)
53
- echo "Using PHPUnit 4.x"
54
- composer global require "phpunit/phpunit:^4"
+ 5.6)
+ echo "Using PHPUnit 5.x"
+ composer global require "phpunit/phpunit:^5"
55
56
*)
57
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"
0 commit comments