File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ matrix:
1111
1212install :
1313 - travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14- - travis_retry composer global require phpunit/phpunit # cannot use phpunit.phar or require-dev, because this package is a phpunit dep
14+ - travis_retry composer global require phpunit/phpunit ^6 # cannot use phpunit.phar or require-dev, because this package is a phpunit dep
1515 - travis_retry wget --no-verbose https://phar.io/releases/phive.phar
1616
1717script :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ install:
4848 - IF NOT EXIST php-installed.txt type nul >> php-installed.txt
4949 - cd c:\reflectiondocblock
5050 - composer install --no-interaction --prefer-dist --no-progress
51- - composer global require phpunit/phpunit
51+ - composer global require phpunit/phpunit ^6
5252 - composer global config bin-dir --absolute
5353
5454test_script :
You can’t perform that action at this time.
0 commit comments