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:
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ install:
|
||||
- IF NOT EXIST php-installed.txt type nul >> php-installed.txt
|
||||
- cd c:\reflectiondocblock
|
||||
- composer install --no-interaction --prefer-dist --no-progress
|
||||
- composer global require phpunit/phpunit
|
||||
- composer global require phpunit/phpunit ^6
|
||||
- composer global config bin-dir --absolute
|
||||
|
||||
test_script:
|
||||
|
||||
Reference in New Issue
Block a user