mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
limit global phpunit to v6
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ matrix:
|
||||
|
||||
install:
|
||||
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||
- travis_retry composer global require phpunit/phpunit # cannot use phpunit.phar or require-dev, because this package is a phpunit dep
|
||||
- travis_retry composer global require phpunit/phpunit ^6 # cannot use phpunit.phar or require-dev, because this package is a phpunit dep
|
||||
- travis_retry wget --no-verbose https://phar.io/releases/phive.phar
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user