mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
restore global phpunit
This commit is contained in:
+3
-1
@@ -46,7 +46,9 @@ install:
|
|||||||
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
|
- appveyor-retry appveyor DownloadFile https://getcomposer.org/composer.phar
|
||||||
- cd c:\reflectiondocblock
|
- cd c:\reflectiondocblock
|
||||||
- composer install --no-interaction --prefer-dist --no-progress
|
- composer install --no-interaction --prefer-dist --no-progress
|
||||||
|
- composer global require phpunit/phpunit ^6
|
||||||
|
- composer global config bin-dir --absolute
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\reflectiondocblock
|
- cd c:\reflectiondocblock
|
||||||
- vendor\bin\phpunit --no-coverage
|
- c:\Users\appveyor\AppData\Roaming\Composer\vendor\bin\phpunit --no-coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user