File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,10 @@ install:
4747 - IF NOT EXIST php-installed.txt echo assert.exception=On >> php.ini
4848 - IF NOT EXIST php-installed.txt appveyor DownloadFile https://getcomposer.org/composer.phar
4949 - IF NOT EXIST php-installed.txt echo @php %%~dp0composer.phar %%* > composer.bat
50- - IF NOT EXIST php-installed.txt appveyor DownloadFile https://phar.phpunit.de/phpunit.phar
51- - IF NOT EXIST php-installed.txt echo @php %%~dp0phpunit.phar %%* > phpunit.bat
5250 - IF NOT EXIST php-installed.txt type nul >> php-installed.txt
5351 - cd c:\graphviz
5452 - composer install --no-interaction --prefer-dist --no-progress
5553
5654test_script :
5755 - cd c:\graphviz
58- - phpunit --no-coverage
56+ - vendor\bin\ phpunit --no-coverage
You can’t perform that action at this time.
0 commit comments