File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ matrix:
11
11
12
12
install:
13
13
- 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
15
15
- travis_retry wget --no-verbose https://phar.io/releases/phive.phar
16
16
17
17
script:
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ install:
48
48
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
49
49
- cd c:\reflectiondocblock
50
50
- composer install --no-interaction --prefer-dist --no-progress
51
- - composer global require phpunit/phpunit
51
+ - composer global require phpunit/phpunit ^6
52
52
- composer global config bin-dir --absolute
53
53
54
54
test_script:
You can’t perform that action at this time.
0 commit comments