Skip to content

Commit 238565e

Browse files
committed
limit global phpunit to v6
1 parent 3eb278b commit 238565e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111

1212
install:
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

1717
script:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff 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

5454
test_script:

0 commit comments

Comments
 (0)