Skip to content

Commit 6fa0469

Browse files
committed
specify phpunit 6
1 parent 418bedf commit 6fa0469

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:\reflection
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)